#24120C

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

Shades of Seal Brown #24120C

Tints of Seal Brown #24120C

Color information

#24120C (or 0x24120C) is unknown color: approx Seal Brown. HEX triplet: 24, 12 and 0C. RGB value is (36,18,12). Sum of RGB (Red+Green+Blue) = 36+18+12=66 (8% of max value = 765). Red value is 36 (14.45% from 255 or 54.55% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 36 - color contains mainly: red. Hex color #24120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24120C is #DBEDF3. Grayscale: #161616. Windows color (decimal): -14413300 or 791076. OLE color: 791076.

HSL color Cylindrical-coordinate representation of color #24120C: hue angle of 15º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24120C is Cyan = 0, Magento = 0.5, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB361812-
CMYK00.50.670.86
HSL15º50%9.41%-
HSV(B)15º66.67%14.12%-
XYZ1.010.830.46-
YUV22.7121.96137.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 54.55%
GREEN value IS 18 (7.42% from 255) = 27.27%
BLUE value IS 12 (5.08% from 255) = 18.18%
R=54.55%
G=27.27%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36181200.50.670.8615509.41
Hex2412C0324356f329
Octal442214062103126176211
Binary10010010010110001100101000011101011011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24120C; }

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

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

<style>
 a { background-color: #24120C; }

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

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

<style>
 span { border-color: #24120C; }

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

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