#292320

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

Shades of Wood Bark #292320

Tints of Wood Bark #292320

Color information

#292320 (or 0x292320) is unknown color: approx Wood Bark. HEX triplet: 29, 23 and 20. RGB value is (41,35,32). Sum of RGB (Red+Green+Blue) = 41+35+32=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 41 - color contains mainly: red. Hex color #292320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292320 is #D6DCDF. Grayscale: #242424. Windows color (decimal): -14081248 or 2106153. OLE color: 2106153.

HSL color Cylindrical-coordinate representation of color #292320: hue angle of 20º degrees, saturation: 0.12, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #292320 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB413532-
CMYK00.150.220.84
HSL20º12.33%14.31%-
HSV(B)20º21.95%16.08%-
XYZ1.781.781.62-
YUV36.45125.49131.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.96%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 32 (12.89% from 255) = 29.63%
R=37.96%
G=32.41%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41353200.150.220.842012.3314.31
Hex2923200F165414ce
Octal51434001726124241416
Binary101001100011100000011111011010101001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292320; }

 p { color: rgb(41,35,32); }

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

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

 a { background-color: rgb(41,35,32); }

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

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

 span { border-color: rgb(41,35,32); }

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