#24140C

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

Shades of Wood Bark #24140C

Tints of Wood Bark #24140C

Color information

#24140C (or 0x24140C) is unknown color: approx Wood Bark. HEX triplet: 24, 14 and 0C. RGB value is (36,20,12). Sum of RGB (Red+Green+Blue) = 36+20+12=68 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.94% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 36 - color contains mainly: red. Hex color #24140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24140C is #DBEBF3. Grayscale: #171717. Windows color (decimal): -14412788 or 791588. OLE color: 791588.

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

Color convert

RGB362012-
CMYK00.440.670.86
HSL20º50%9.41%-
HSV(B)20º66.67%14.12%-
XYZ1.040.90.47-
YUV23.87121.3136.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 52.94%
GREEN value IS 20 (8.20% from 255) = 29.41%
BLUE value IS 12 (5.08% from 255) = 17.65%
R=52.94%
G=29.41%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36201200.440.670.8620509.41
Hex2414C02C435614329
Octal442414054103126246211
Binary100100101001100010110010000111010110101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24140C; }

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

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

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

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

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

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

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

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