#4C120C

Color #4C120C Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #4C120C

Tints of Seal Brown #4C120C

Color information

#4C120C (or 0x4C120C) is unknown color: approx Seal Brown. HEX triplet: 4C, 12 and 0C. RGB value is (76,18,12). Sum of RGB (Red+Green+Blue) = 76+18+12=106 (14% of max value = 765). Red value is 76 (30.08% from 255 or 71.70% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 76 - color contains mainly: red. Hex color #4C120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C120C is #B3EDF3. Grayscale: #222222. Windows color (decimal): -11791860 or 791116. OLE color: 791116.

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

Color convert

RGB761812-
CMYK00.760.840.70
HSL5.63º72.73%17.25%-
HSV(B)5.63º84.21%29.8%-
XYZ3.2620.56-
YUV34.66115.22157.49-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 71.70%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 12 (5.08% from 255) = 11.32%
R=71.70%
G=16.98%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76181200.760.840.705.6372.7317.25
Hex4C12C04C544664911
Octal11422140114124106611121
Binary10011001001011000100110010101001000110110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,18,12); }

 H1.HeaderClassName
 {
   color: #4C120C;
 }
 .AnyTagClassName
 {
   color: #4C120C;
 }
</style>
background-color css

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

 a { background-color: rgb(76,18,12); }

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

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

 span { border-color: rgb(76,18,12); }

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