#292220

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

Shades of Wood Bark #292220

Tints of Wood Bark #292220

Color information

#292220 (or 0x292220) is unknown color: approx Wood Bark. HEX triplet: 29, 22 and 20. RGB value is (41,34,32). Sum of RGB (Red+Green+Blue) = 41+34+32=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 41 - color contains mainly: red. Hex color #292220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292220 is #D6DDDF. Grayscale: #232323. Windows color (decimal): -14081504 or 2105897. OLE color: 2105897.

HSL color Cylindrical-coordinate representation of color #292220: hue angle of 13.33º 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 #292220 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB413432-
CMYK00.170.220.84
HSL13.33º12.33%14.31%-
HSV(B)13.33º21.95%16.08%-
XYZ1.751.721.61-
YUV35.86125.82131.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.32%
GREEN value IS 34 (13.67% from 255) = 31.78%
BLUE value IS 32 (12.89% from 255) = 29.91%
R=38.32%
G=31.78%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41343200.170.220.8413.3312.3314.31
Hex2922200111654dce
Octal51424002126124151416
Binary101001100010100000010001101101010100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292220; }

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

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

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

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

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

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

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

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