#24150C

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

Shades of Wood Bark #24150C

Tints of Wood Bark #24150C

Color information

#24150C (or 0x24150C) is unknown color: approx Wood Bark. HEX triplet: 24, 15 and 0C. RGB value is (36,21,12). Sum of RGB (Red+Green+Blue) = 36+21+12=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #24150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24150C is #DBEAF3. Grayscale: #181818. Windows color (decimal): -14412532 or 791844. OLE color: 791844.

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

Color convert

RGB362112-
CMYK00.420.670.86
HSL22.5º50%9.41%-
HSV(B)22.5º66.67%14.12%-
XYZ1.060.940.47-
YUV24.46120.97136.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 52.17%
GREEN value IS 21 (8.59% from 255) = 30.43%
BLUE value IS 12 (5.08% from 255) = 17.39%
R=52.17%
G=30.43%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36211200.420.670.8622.5509.41
Hex2415C02A435616329
Octal442514052103126266211
Binary100100101011100010101010000111010110101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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