Shades of Woodburn #433529
Tints of Woodburn #433529
RGB
CMYK
RGB Variations
Color information
#433529 (or 0x433529) is known color: Woodburn. HEX triplet: 43, 35 and 29. RGB value is (67,53,41). Sum of RGB (Red+Green+Blue) = 67+53+41=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 67 - color contains mainly: red. Hex color #433529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433529 is #BCCAD6. Grayscale: #373737. Windows color (decimal): -12372695 or 2700611. OLE color: 2700611.
HSL color Cylindrical-coordinate representation of color #433529: hue angle of 27.69º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #433529 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 53 | 41 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.74 |
| HSL | 27.69º | 0.24% | 0.21% | - |
| HSV(B) | 27.69º | 0.39% | 0.26% | - |
| XYZ | 3.99 | 3.9 | 2.64 | - |
| YUV | 55.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 41 | 0 | 0.21 | 0.39 | 0.74 | 27.69 | 0.24 | 0.21 |
| Hex | 43 | 35 | 29 | 0 | 15 | 27 | 4A | 1C | 18 | 15 |
| Octal | 103 | 65 | 51 | 0 | 25 | 47 | 112 | 34 | 30 | 25 |
| Binary | 1000011 | 110101 | 101001 | 0 | 10101 | 100111 | 1001010 | 11100 | 11000 | 10101 |
Color Harmonies of #433529
Complementary color
Monochromatic Colors of #433529
Black with #433529
Text Example
Text Example
White with #433529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433529; }
p { color: rgb(67,53,41); }
H1.HeaderClassName
{
color: #433529;
}
.AnyTagClassName
{
color: #433529;
}
</style>
background-color css
<style>
a { background-color: #433529; }
a { background-color: rgb(67,53,41); }
div.DivClassName
{
background-color: #433529;
}
.BgClassName
{
background-color: #433529;
}
</style>
border-color css
<style>
span { border-color: #433529; }
span { border-color: rgb(67,53,41); }
td.TdClassName
{
border-color: #433529;
}
.TagClassName
{
border-color: #433529;
}
</style>