#24140A

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

Shades of Wood Bark #24140A

Tints of Wood Bark #24140A

Color information

#24140A (or 0x24140A) is unknown color: approx Wood Bark. HEX triplet: 24, 14 and 0A. RGB value is (36,20,10). Sum of RGB (Red+Green+Blue) = 36+20+10=66 (8% of max value = 765). Red value is 36 (14.45% from 255 or 54.55% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 36 - color contains mainly: red. Hex color #24140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24140A is #DBEBF5. Grayscale: #171717. Windows color (decimal): -14412790 or 660516. OLE color: 660516.

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

Color convert

RGB362010-
CMYK00.440.720.86
HSL23.08º56.52%9.02%-
HSV(B)23.08º72.22%14.12%-
XYZ1.030.90.41-
YUV23.64120.3136.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 54.55%
GREEN value IS 20 (8.20% from 255) = 30.30%
BLUE value IS 10 (4.30% from 255) = 15.15%
R=54.55%
G=30.30%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36201000.440.720.8623.0856.529.02
Hex2414A02C485617399
Octal442412054110126277111
Binary100100101001010010110010010001010110101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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