Shades of Woodburn #423529
Tints of Woodburn #423529
RGB
CMYK
RGB Variations
Color information
#423529 (or 0x423529) is known color: Woodburn. HEX triplet: 42, 35 and 29. RGB value is (66,53,41). Sum of RGB (Red+Green+Blue) = 66+53+41=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #423529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423529 is #BDCAD6. Grayscale: #373737. Windows color (decimal): -12438231 or 2700610. OLE color: 2700610.
HSL color Cylindrical-coordinate representation of color #423529: hue angle of 28.8º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #423529 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 53 | 41 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.74 |
| HSL | 28.8º | 0.23% | 0.21% | - |
| HSV(B) | 28.8º | 0.38% | 0.26% | - |
| XYZ | 3.92 | 3.86 | 2.64 | - |
| YUV | 55.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 53 | 41 | 0 | 0.20 | 0.38 | 0.74 | 28.8 | 0.23 | 0.21 |
| Hex | 42 | 35 | 29 | 0 | 14 | 26 | 4A | 1D | 17 | 15 |
| Octal | 102 | 65 | 51 | 0 | 24 | 46 | 112 | 35 | 27 | 25 |
| Binary | 1000010 | 110101 | 101001 | 0 | 10100 | 100110 | 1001010 | 11101 | 10111 | 10101 |
Color Harmonies of #423529
Complementary color
Monochromatic Colors of #423529
Black with #423529
Text Example
Text Example
White with #423529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423529; }
p { color: rgb(66,53,41); }
H1.HeaderClassName
{
color: #423529;
}
.AnyTagClassName
{
color: #423529;
}
</style>
background-color css
<style>
a { background-color: #423529; }
a { background-color: rgb(66,53,41); }
div.DivClassName
{
background-color: #423529;
}
.BgClassName
{
background-color: #423529;
}
</style>
border-color css
<style>
span { border-color: #423529; }
span { border-color: rgb(66,53,41); }
td.TdClassName
{
border-color: #423529;
}
.TagClassName
{
border-color: #423529;
}
</style>