#293532

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

Shades of Woodsmoke #293532

Tints of Woodsmoke #293532

Color information

#293532 (or 0x293532) is unknown color: approx Woodsmoke. HEX triplet: 29, 35 and 32. RGB value is (41,53,50). Sum of RGB (Red+Green+Blue) = 41+53+50=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 53 - color contains mainly: green. Hex color #293532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293532 is #D6CACD. Grayscale: #313131. Windows color (decimal): -14076622 or 3290409. OLE color: 3290409.

HSL color Cylindrical-coordinate representation of color #293532: hue angle of 165º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #293532 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB415350-
CMYK0.2300.060.79
HSL165º12.77%18.43%-
HSV(B)165º22.64%20.78%-
XYZ2.763.253.5-
YUV49.07128.52122.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.47%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 50 (19.92% from 255) = 34.72%
R=28.47%
G=36.81%
B=34.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4153500.2300.060.7916512.7718.43
Hex29353217064Fa5d12
Octal51656227061172451522
Binary101001110101110010101110110100111110100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293532; }

 p { color: rgb(41,53,50); }

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

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

 a { background-color: rgb(41,53,50); }

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

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

 span { border-color: rgb(41,53,50); }

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