Shades of Woodburn #483524
Tints of Woodburn #483524
RGB
CMYK
RGB Variations
Color information
#483524 (or 0x483524) is known color: Woodburn. HEX triplet: 48, 35 and 24. RGB value is (72,53,36). Sum of RGB (Red+Green+Blue) = 72+53+36=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #483524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483524 is #B7CADB. Grayscale: #383838. Windows color (decimal): -12045020 or 2372936. OLE color: 2372936.
HSL color Cylindrical-coordinate representation of color #483524: hue angle of 28.33º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #483524 is Cyan = 0, Magento = 0.26, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 53 | 36 | - |
| CMYK | 0 | 0.26 | 0.5 | 0.72 |
| HSL | 28.33º | 0.33% | 0.21% | - |
| HSV(B) | 28.33º | 0.5% | 0.28% | - |
| XYZ | 4.26 | 4.05 | 2.23 | - |
| YUV | 56.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 36 | 0 | 0.26 | 0.5 | 0.72 | 28.33 | 0.33 | 0.21 |
| Hex | 48 | 35 | 24 | 0 | 1A | 32 | 48 | 1C | 21 | 15 |
| Octal | 110 | 65 | 44 | 0 | 32 | 62 | 110 | 34 | 41 | 25 |
| Binary | 1001000 | 110101 | 100100 | 0 | 11010 | 110010 | 1001000 | 11100 | 100001 | 10101 |
Color Harmonies of #483524
Complementary color
Monochromatic Colors of #483524
Black with #483524
Text Example
Text Example
White with #483524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483524; }
p { color: rgb(72,53,36); }
H1.HeaderClassName
{
color: #483524;
}
.AnyTagClassName
{
color: #483524;
}
</style>
background-color css
<style>
a { background-color: #483524; }
a { background-color: rgb(72,53,36); }
div.DivClassName
{
background-color: #483524;
}
.BgClassName
{
background-color: #483524;
}
</style>
border-color css
<style>
span { border-color: #483524; }
span { border-color: rgb(72,53,36); }
td.TdClassName
{
border-color: #483524;
}
.TagClassName
{
border-color: #483524;
}
</style>