#240D0C

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

Shades of Seal Brown #240D0C

Tints of Seal Brown #240D0C

Color information

#240D0C (or 0x240D0C) is unknown color: approx Seal Brown. HEX triplet: 24, 0D and 0C. RGB value is (36,13,12). Sum of RGB (Red+Green+Blue) = 36+13+12=61 (8% of max value = 765). Red value is 36 (14.45% from 255 or 59.02% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 36 - color contains mainly: red. Hex color #240D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240D0C is #DBF2F3. Grayscale: #131313. Windows color (decimal): -14414580 or 789796. OLE color: 789796.

HSL color Cylindrical-coordinate representation of color #240D0C: hue angle of 2.5º 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 #240D0C is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB361312-
CMYK00.640.670.86
HSL2.5º50%9.41%-
HSV(B)2.5º66.67%14.12%-
XYZ0.940.690.43-
YUV19.76123.62139.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 59.02%
GREEN value IS 13 (5.47% from 255) = 21.31%
BLUE value IS 12 (5.08% from 255) = 19.67%
R=59.02%
G=21.31%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36131200.640.670.862.5509.41
Hex24DC04043563329
Octal441514010010312636211
Binary100100110111000100000010000111010110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240D0C; }

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

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

<style>
 a { background-color: #240D0C; }

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

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

<style>
 span { border-color: #240D0C; }

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

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