Shades of Woodburn #473325
Tints of Woodburn #473325
RGB
CMYK
RGB Variations
Color information
#473325 (or 0x473325) is known color: Woodburn. HEX triplet: 47, 33 and 25. RGB value is (71,51,37). Sum of RGB (Red+Green+Blue) = 71+51+37=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #473325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473325 is #B8CCDA. Grayscale: #373737. Windows color (decimal): -12111067 or 2437959. OLE color: 2437959.
HSL color Cylindrical-coordinate representation of color #473325: hue angle of 24.71º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #473325 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 51 | 37 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.72 |
| HSL | 24.71º | 0.31% | 0.21% | - |
| HSV(B) | 24.71º | 0.48% | 0.28% | - |
| XYZ | 4.12 | 3.84 | 2.27 | - |
| YUV | 55.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 37 | 0 | 0.28 | 0.48 | 0.72 | 24.71 | 0.31 | 0.21 |
| Hex | 47 | 33 | 25 | 0 | 1C | 30 | 48 | 19 | 1F | 15 |
| Octal | 107 | 63 | 45 | 0 | 34 | 60 | 110 | 31 | 37 | 25 |
| Binary | 1000111 | 110011 | 100101 | 0 | 11100 | 110000 | 1001000 | 11001 | 11111 | 10101 |
Color Harmonies of #473325
Complementary color
Monochromatic Colors of #473325
Black with #473325
Text Example
Text Example
White with #473325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473325; }
p { color: rgb(71,51,37); }
H1.HeaderClassName
{
color: #473325;
}
.AnyTagClassName
{
color: #473325;
}
</style>
background-color css
<style>
a { background-color: #473325; }
a { background-color: rgb(71,51,37); }
div.DivClassName
{
background-color: #473325;
}
.BgClassName
{
background-color: #473325;
}
</style>
border-color css
<style>
span { border-color: #473325; }
span { border-color: rgb(71,51,37); }
td.TdClassName
{
border-color: #473325;
}
.TagClassName
{
border-color: #473325;
}
</style>