#24170F

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

Shades of Wood Bark #24170F

Tints of Wood Bark #24170F

Color information

#24170F (or 0x24170F) is unknown color: approx Wood Bark. HEX triplet: 24, 17 and 0F. RGB value is (36,23,15). Sum of RGB (Red+Green+Blue) = 36+23+15=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 36 - color contains mainly: red. Hex color #24170F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24170F is #DBE8F0. Grayscale: #1A1A1A. Windows color (decimal): -14412017 or 988964. OLE color: 988964.

HSL color Cylindrical-coordinate representation of color #24170F: hue angle of 22.86º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #24170F is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.86.

Color convert

RGB362315-
CMYK00.360.580.86
HSL22.86º41.18%10%-
HSV(B)22.86º58.33%14.12%-
XYZ1.121.020.59-
YUV25.98121.81135.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 48.65%
GREEN value IS 23 (9.38% from 255) = 31.08%
BLUE value IS 15 (6.25% from 255) = 20.27%
R=48.65%
G=31.08%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36231500.360.580.8622.8641.1810
Hex2417F0243A561729a
Octal44271704472126275112
Binary10010010111111101001001110101010110101111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24170F; }

 p { color: rgb(36,23,15); }

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

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

 a { background-color: rgb(36,23,15); }

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

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

 span { border-color: rgb(36,23,15); }

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