#240E0C

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

Shades of Seal Brown #240E0C

Tints of Seal Brown #240E0C

Color information

#240E0C (or 0x240E0C) is unknown color: approx Seal Brown. HEX triplet: 24, 0E and 0C. RGB value is (36,14,12). Sum of RGB (Red+Green+Blue) = 36+14+12=62 (8% of max value = 765). Red value is 36 (14.45% from 255 or 58.06% from 62); Green value is 14 (5.86% from 255 or 22.58% from 62); Blue value is 12 (5.08% from 255 or 19.35% from 62); Max value from RGB is 36 - color contains mainly: red. Hex color #240E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240E0C is #DBF1F3. Grayscale: #141414. Windows color (decimal): -14414324 or 790052. OLE color: 790052.

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

Color convert

RGB361412-
CMYK00.610.670.86
HSL50%9.41%-
HSV(B)66.67%14.12%-
XYZ0.950.720.44-
YUV20.35123.29139.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 58.06%
GREEN value IS 14 (5.86% from 255) = 22.58%
BLUE value IS 12 (5.08% from 255) = 19.35%
R=58.06%
G=22.58%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36141200.610.670.865509.41
Hex24EC03D43565329
Octal44161407510312656211
Binary100100111011000111101100001110101101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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