#240A08

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

Shades of Seal Brown #240A08

Tints of Seal Brown #240A08

Color information

#240A08 (or 0x240A08) is unknown color: approx Seal Brown. HEX triplet: 24, 0A and 08. RGB value is (36,10,8). Sum of RGB (Red+Green+Blue) = 36+10+8=54 (7% of max value = 765). Red value is 36 (14.45% from 255 or 66.67% from 54); Green value is 10 (4.30% from 255 or 18.52% from 54); Blue value is 8 (3.52% from 255 or 14.81% from 54); Max value from RGB is 36 - color contains mainly: red. Hex color #240A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240A08 is #DBF5F7. Grayscale: #111111. Windows color (decimal): -14415352 or 526884. OLE color: 526884.

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

Color convert

RGB36108-
CMYK00.720.780.86
HSL4.29º63.64%8.63%-
HSV(B)4.29º77.78%14.12%-
XYZ0.880.610.3-
YUV17.55122.61141.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 66.67%
GREEN value IS 10 (4.30% from 255) = 18.52%
BLUE value IS 8 (3.52% from 255) = 14.81%
R=66.67%
G=18.52%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3610800.720.780.864.2963.648.63
Hex24A80484E564409
Octal4412100110116126410011
Binary10010010101000010010001001110101011010010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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