#292321

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

Shades of Wood Bark #292321

Tints of Wood Bark #292321

Color information

#292321 (or 0x292321) is unknown color: approx Wood Bark. HEX triplet: 29, 23 and 21. RGB value is (41,35,33). Sum of RGB (Red+Green+Blue) = 41+35+33=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 41 - color contains mainly: red. Hex color #292321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292321 is #D6DCDE. Grayscale: #242424. Windows color (decimal): -14081247 or 2171689. OLE color: 2171689.

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

Color convert

RGB413533-
CMYK00.150.200.84
HSL15º10.81%14.51%-
HSV(B)15º19.51%16.08%-
XYZ1.791.781.69-
YUV36.57125.99131.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.61%
GREEN value IS 35 (14.06% from 255) = 32.11%
BLUE value IS 33 (13.28% from 255) = 30.28%
R=37.61%
G=32.11%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41353300.150.200.841510.8114.51
Hex2923210F1454fbf
Octal51434101724124171317
Binary10100110001110000101111101001010100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292321; }

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

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

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

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

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

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

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

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