#24150A

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

Shades of Wood Bark #24150A

Tints of Wood Bark #24150A

Color information

#24150A (or 0x24150A) is unknown color: approx Wood Bark. HEX triplet: 24, 15 and 0A. RGB value is (36,21,10). Sum of RGB (Red+Green+Blue) = 36+21+10=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #24150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24150A is #DBEAF5. Grayscale: #181818. Windows color (decimal): -14412534 or 660772. OLE color: 660772.

HSL color Cylindrical-coordinate representation of color #24150A: hue angle of 25.38º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24150A is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB362110-
CMYK00.420.720.86
HSL25.38º56.52%9.02%-
HSV(B)25.38º72.22%14.12%-
XYZ1.050.930.41-
YUV24.23119.97136.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 53.73%
GREEN value IS 21 (8.59% from 255) = 31.34%
BLUE value IS 10 (4.30% from 255) = 14.93%
R=53.73%
G=31.34%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36211000.420.720.8625.3856.529.02
Hex2415A02A485619399
Octal442512052110126317111
Binary100100101011010010101010010001010110110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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