#241408

Color #241408 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #241408

Tints of Wood Bark #241408

Color information

#241408 (or 0x241408) is unknown color: approx Wood Bark. HEX triplet: 24, 14 and 08. RGB value is (36,20,8). Sum of RGB (Red+Green+Blue) = 36+20+8=64 (8% of max value = 765). Red value is 36 (14.45% from 255 or 56.25% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 36 - color contains mainly: red. Hex color #241408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241408 is #DBEBF7. Grayscale: #171717. Windows color (decimal): -14412792 or 529444. OLE color: 529444.

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

Color convert

RGB36208-
CMYK00.440.780.86
HSL25.71º63.64%8.63%-
HSV(B)25.71º77.78%14.12%-
XYZ1.020.890.35-
YUV23.42119.3136.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 56.25%
GREEN value IS 20 (8.20% from 255) = 31.25%
BLUE value IS 8 (3.52% from 255) = 12.5%
R=56.25%
G=31.25%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3620800.440.780.8625.7163.648.63
Hex2414802C4E561a409
Octal4424100541161263210011
Binary1001001010010000101100100111010101101101010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241408; }

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

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

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

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

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

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

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

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