#241008

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

Shades of Seal Brown #241008

Tints of Seal Brown #241008

Color information

#241008 (or 0x241008) is unknown color: approx Seal Brown. HEX triplet: 24, 10 and 08. RGB value is (36,16,8). Sum of RGB (Red+Green+Blue) = 36+16+8=60 (7% of max value = 765). Red value is 36 (14.45% from 255 or 60% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 8 (3.52% from 255 or 13.33% from 60); Max value from RGB is 36 - color contains mainly: red. Hex color #241008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241008 is #DBEFF7. Grayscale: #151515. Windows color (decimal): -14413816 or 528420. OLE color: 528420.

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

Color convert

RGB36168-
CMYK00.560.780.86
HSL17.14º63.64%8.63%-
HSV(B)17.14º77.78%14.12%-
XYZ0.960.760.33-
YUV21.07120.63138.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 60%
GREEN value IS 16 (6.64% from 255) = 26.67%
BLUE value IS 8 (3.52% from 255) = 13.33%
R=60%
G=26.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3616800.560.780.8617.1463.648.63
Hex241080384E5611409
Octal4420100701161262110011
Binary1001001000010000111000100111010101101000110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241008; }

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

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

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

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

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

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

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

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