#240C0A

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

Shades of Seal Brown #240C0A

Tints of Seal Brown #240C0A

Color information

#240C0A (or 0x240C0A) is unknown color: approx Seal Brown. HEX triplet: 24, 0C and 0A. RGB value is (36,12,10). Sum of RGB (Red+Green+Blue) = 36+12+10=58 (7% of max value = 765). Red value is 36 (14.45% from 255 or 62.07% from 58); Green value is 12 (5.08% from 255 or 20.69% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 36 - color contains mainly: red. Hex color #240C0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240C0A is #DBF3F5. Grayscale: #121212. Windows color (decimal): -14414838 or 658468. OLE color: 658468.

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

Color convert

RGB361210-
CMYK00.670.720.86
HSL4.62º56.52%9.02%-
HSV(B)4.62º72.22%14.12%-
XYZ0.910.660.37-
YUV18.95122.95140.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 62.07%
GREEN value IS 12 (5.08% from 255) = 20.69%
BLUE value IS 10 (4.30% from 255) = 17.24%
R=62.07%
G=20.69%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36121000.670.720.864.6256.529.02
Hex24CA04348565399
Octal441412010311012657111
Binary1001001100101001000011100100010101101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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