Shades of Woodburn #483222
Tints of Woodburn #483222
RGB
CMYK
RGB Variations
Color information
#483222 (or 0x483222) is known color: Woodburn. HEX triplet: 48, 32 and 22. RGB value is (72,50,34). Sum of RGB (Red+Green+Blue) = 72+50+34=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #483222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483222 is #B7CDDD. Grayscale: #363636. Windows color (decimal): -12045790 or 2241096. OLE color: 2241096.
HSL color Cylindrical-coordinate representation of color #483222: hue angle of 25.26º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #483222 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 50 | 34 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.72 |
| HSL | 25.26º | 0.36% | 0.21% | - |
| HSV(B) | 25.26º | 0.53% | 0.28% | - |
| XYZ | 4.1 | 3.77 | 2.03 | - |
| YUV | 54.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 34 | 0 | 0.31 | 0.53 | 0.72 | 25.26 | 0.36 | 0.21 |
| Hex | 48 | 32 | 22 | 0 | 1F | 35 | 48 | 19 | 24 | 15 |
| Octal | 110 | 62 | 42 | 0 | 37 | 65 | 110 | 31 | 44 | 25 |
| Binary | 1001000 | 110010 | 100010 | 0 | 11111 | 110101 | 1001000 | 11001 | 100100 | 10101 |
Color Harmonies of #483222
Complementary color
Monochromatic Colors of #483222
Black with #483222
Text Example
Text Example
White with #483222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483222; }
p { color: rgb(72,50,34); }
H1.HeaderClassName
{
color: #483222;
}
.AnyTagClassName
{
color: #483222;
}
</style>
background-color css
<style>
a { background-color: #483222; }
a { background-color: rgb(72,50,34); }
div.DivClassName
{
background-color: #483222;
}
.BgClassName
{
background-color: #483222;
}
</style>
border-color css
<style>
span { border-color: #483222; }
span { border-color: rgb(72,50,34); }
td.TdClassName
{
border-color: #483222;
}
.TagClassName
{
border-color: #483222;
}
</style>