#443529

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

Shades of Woodburn #443529

Tints of Woodburn #443529

Color information

#443529 (or 0x443529) is unknown color: approx Woodburn. HEX triplet: 44, 35 and 29. RGB value is (68,53,41). Sum of RGB (Red+Green+Blue) = 68+53+41=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 68 - color contains mainly: red. Hex color #443529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443529 is #BBCAD6. Grayscale: #383838. Windows color (decimal): -12307159 or 2700612. OLE color: 2700612.

HSL color Cylindrical-coordinate representation of color #443529: hue angle of 26.67º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #443529 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB685341-
CMYK00.220.400.73
HSL26.67º24.77%21.37%-
HSV(B)26.67º39.71%26.67%-
XYZ4.063.942.64-
YUV56.12119.47136.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.98%
GREEN value IS 53 (21.09% from 255) = 32.72%
BLUE value IS 41 (16.41% from 255) = 25.31%
R=41.98%
G=32.72%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68534100.220.400.7326.6724.7721.37
Hex44352901628491b1915
Octal104655102650111333125
Binary10001001101011010010101101010001001001110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443529; }

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

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

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

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

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

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

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

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