Html Css Color HEX #4C0F09 Seal Brown

📋 copy color: '#4C0F09'

red 76 ◦ green 15 ◦ blue 9

#4C0F09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #4C0F09

Tints of Seal Brown #4C0F09

RGB

 RED value IS 76 (30.08% from 255) = 76%

 GREEN value IS 15 (6.25% from 255) = 15%

 BLUE value IS 9 (3.91% from 255) = 9%

R = 76%
G = 15%
B = 9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.70

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4C0F09 (or 0x4C0F09) is known color: Seal Brown. HEX triplet: 4C, 0F and 09. RGB value is (76,15,9). Sum of RGB (Red+Green+Blue) = 76+15+9=100 (13% of max value = 765). Red value is 76 (30.08% from 255 or 76% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0F09 is #B3F0F6. Grayscale: #202020. Windows color (decimal): -11792631 or 593740. OLE color: 593740.

HSL color Cylindrical-coordinate representation of color #4C0F09: hue angle of 5.37º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C0F09 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 15 9 -
CMYK 0 0.80 0.88 0.70
HSL 5.37º 0.79% 0.17% -
HSV(B) 5.37º 0.88% 0.3% -
XYZ 3.2 1.9 0.46 -
YUV 32.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 76 15 9 0 0.80 0.88 0.70 5.37 0.79 0.17
Hex 4C F 9 0 50 58 46 5 4F 11
Octal 114 17 11 0 120 130 106 5 117 21
Binary 1001100 1111 1001 0 1010000 1011000 1000110 101 1001111 10001

Color Harmonies of #4C0F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0F09

Black with #4C0F09

Text Example


Text Example

White with #4C0F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C0F09; }

 p { color: rgb(76,15,9); }

 H1.HeaderClassName
 {
   color: #4C0F09;
 }
 .AnyTagClassName
 {
   color: #4C0F09;
 }
</style>

background-color css

<style>
 a { background-color: #4C0F09; }

 a { background-color: rgb(76,15,9); }

 div.DivClassName
 {
   background-color: #4C0F09;
 }
 .BgClassName
 {
   background-color: #4C0F09;
 }
</style>

border-color css

<style>
 span { border-color: #4C0F09; }

 span { border-color: rgb(76,15,9); }

 td.TdClassName
 {
   border-color: #4C0F09;
 }
 .TagClassName
 {
   border-color: #4C0F09;
 }
</style>