Shades of Woodburn #473222
Tints of Woodburn #473222
RGB
CMYK
RGB Variations
Color information
#473222 (or 0x473222) is known color: Woodburn. HEX triplet: 47, 32 and 22. RGB value is (71,50,34). Sum of RGB (Red+Green+Blue) = 71+50+34=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #473222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473222 is #B8CDDD. Grayscale: #363636. Windows color (decimal): -12111326 or 2241095. OLE color: 2241095.
HSL color Cylindrical-coordinate representation of color #473222: hue angle of 25.95º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #473222 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 50 | 34 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.72 |
| HSL | 25.95º | 0.35% | 0.21% | - |
| HSV(B) | 25.95º | 0.52% | 0.28% | - |
| XYZ | 4.03 | 3.74 | 2.02 | - |
| YUV | 54.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 34 | 0 | 0.30 | 0.52 | 0.72 | 25.95 | 0.35 | 0.21 |
| Hex | 47 | 32 | 22 | 0 | 1E | 34 | 48 | 1A | 23 | 15 |
| Octal | 107 | 62 | 42 | 0 | 36 | 64 | 110 | 32 | 43 | 25 |
| Binary | 1000111 | 110010 | 100010 | 0 | 11110 | 110100 | 1001000 | 11010 | 100011 | 10101 |
Color Harmonies of #473222
Complementary color
Monochromatic Colors of #473222
Black with #473222
Text Example
Text Example
White with #473222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473222; }
p { color: rgb(71,50,34); }
H1.HeaderClassName
{
color: #473222;
}
.AnyTagClassName
{
color: #473222;
}
</style>
background-color css
<style>
a { background-color: #473222; }
a { background-color: rgb(71,50,34); }
div.DivClassName
{
background-color: #473222;
}
.BgClassName
{
background-color: #473222;
}
</style>
border-color css
<style>
span { border-color: #473222; }
span { border-color: rgb(71,50,34); }
td.TdClassName
{
border-color: #473222;
}
.TagClassName
{
border-color: #473222;
}
</style>