Shades of Woodburn #483525
Tints of Woodburn #483525
RGB
CMYK
RGB Variations
Color information
#483525 (or 0x483525) is known color: Woodburn. HEX triplet: 48, 35 and 25. RGB value is (72,53,37). Sum of RGB (Red+Green+Blue) = 72+53+37=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #483525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483525 is #B7CADA. Grayscale: #383838. Windows color (decimal): -12045019 or 2438472. OLE color: 2438472.
HSL color Cylindrical-coordinate representation of color #483525: hue angle of 27.43º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #483525 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 53 | 37 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.72 |
| HSL | 27.43º | 0.32% | 0.21% | - |
| HSV(B) | 27.43º | 0.49% | 0.28% | - |
| XYZ | 4.28 | 4.06 | 2.31 | - |
| YUV | 56.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 37 | 0 | 0.26 | 0.49 | 0.72 | 27.43 | 0.32 | 0.21 |
| Hex | 48 | 35 | 25 | 0 | 1A | 31 | 48 | 1B | 20 | 15 |
| Octal | 110 | 65 | 45 | 0 | 32 | 61 | 110 | 33 | 40 | 25 |
| Binary | 1001000 | 110101 | 100101 | 0 | 11010 | 110001 | 1001000 | 11011 | 100000 | 10101 |
Color Harmonies of #483525
Complementary color
Monochromatic Colors of #483525
Black with #483525
Text Example
Text Example
White with #483525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483525; }
p { color: rgb(72,53,37); }
H1.HeaderClassName
{
color: #483525;
}
.AnyTagClassName
{
color: #483525;
}
</style>
background-color css
<style>
a { background-color: #483525; }
a { background-color: rgb(72,53,37); }
div.DivClassName
{
background-color: #483525;
}
.BgClassName
{
background-color: #483525;
}
</style>
border-color css
<style>
span { border-color: #483525; }
span { border-color: rgb(72,53,37); }
td.TdClassName
{
border-color: #483525;
}
.TagClassName
{
border-color: #483525;
}
</style>