Shades of Woodburn #483A2C
Tints of Woodburn #483A2C
RGB
CMYK
RGB Variations
Color information
#483A2C (or 0x483A2C) is known color: Woodburn. HEX triplet: 48, 3A and 2C. RGB value is (72,58,44). Sum of RGB (Red+Green+Blue) = 72+58+44=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #483A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A2C is #B7C5D3. Grayscale: #3C3C3C. Windows color (decimal): -12043732 or 2898504. OLE color: 2898504.
HSL color Cylindrical-coordinate representation of color #483A2C: hue angle of 30º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #483A2C is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 58 | 44 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.72 |
| HSL | 30º | 0.24% | 0.23% | - |
| HSV(B) | 30º | 0.39% | 0.28% | - |
| XYZ | 4.64 | 4.59 | 3.02 | - |
| YUV | 60.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 44 | 0 | 0.19 | 0.39 | 0.72 | 30 | 0.24 | 0.23 |
| Hex | 48 | 3A | 2C | 0 | 13 | 27 | 48 | 1E | 18 | 17 |
| Octal | 110 | 72 | 54 | 0 | 23 | 47 | 110 | 36 | 30 | 27 |
| Binary | 1001000 | 111010 | 101100 | 0 | 10011 | 100111 | 1001000 | 11110 | 11000 | 10111 |
Color Harmonies of #483A2C
Complementary color
Monochromatic Colors of #483A2C
Black with #483A2C
Text Example
Text Example
White with #483A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A2C; }
p { color: rgb(72,58,44); }
H1.HeaderClassName
{
color: #483A2C;
}
.AnyTagClassName
{
color: #483A2C;
}
</style>
background-color css
<style>
a { background-color: #483A2C; }
a { background-color: rgb(72,58,44); }
div.DivClassName
{
background-color: #483A2C;
}
.BgClassName
{
background-color: #483A2C;
}
</style>
border-color css
<style>
span { border-color: #483A2C; }
span { border-color: rgb(72,58,44); }
td.TdClassName
{
border-color: #483A2C;
}
.TagClassName
{
border-color: #483A2C;
}
</style>