#240D08

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

Shades of Seal Brown #240D08

Tints of Seal Brown #240D08

Color information

#240D08 (or 0x240D08) is unknown color: approx Seal Brown. HEX triplet: 24, 0D and 08. RGB value is (36,13,8). Sum of RGB (Red+Green+Blue) = 36+13+8=57 (7% of max value = 765). Red value is 36 (14.45% from 255 or 63.16% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 36 - color contains mainly: red. Hex color #240D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240D08 is #DBF2F7. Grayscale: #131313. Windows color (decimal): -14414584 or 527652. OLE color: 527652.

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

Color convert

RGB36138-
CMYK00.640.780.86
HSL10.71º63.64%8.63%-
HSV(B)10.71º77.78%14.12%-
XYZ0.920.680.31-
YUV19.31121.62139.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 63.16%
GREEN value IS 13 (5.47% from 255) = 22.81%
BLUE value IS 8 (3.52% from 255) = 14.04%
R=63.16%
G=22.81%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3613800.640.780.8610.7163.648.63
Hex24D80404E56b409
Octal44151001001161261310011
Binary100100110110000100000010011101010110101110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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