Shades of Woodburn #483727
Tints of Woodburn #483727
RGB
CMYK
RGB Variations
Color information
#483727 (or 0x483727) is known color: Woodburn. HEX triplet: 48, 37 and 27. RGB value is (72,55,39). Sum of RGB (Red+Green+Blue) = 72+55+39=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #483727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483727 is #B7C8D8. Grayscale: #3A3A3A. Windows color (decimal): -12044505 or 2570056. OLE color: 2570056.
HSL color Cylindrical-coordinate representation of color #483727: hue angle of 29.09º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #483727 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 55 | 39 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.72 |
| HSL | 29.09º | 0.3% | 0.22% | - |
| HSV(B) | 29.09º | 0.46% | 0.28% | - |
| XYZ | 4.4 | 4.26 | 2.51 | - |
| YUV | 58.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 55 | 39 | 0 | 0.24 | 0.46 | 0.72 | 29.09 | 0.3 | 0.22 |
| Hex | 48 | 37 | 27 | 0 | 18 | 2E | 48 | 1D | 1E | 16 |
| Octal | 110 | 67 | 47 | 0 | 30 | 56 | 110 | 35 | 36 | 26 |
| Binary | 1001000 | 110111 | 100111 | 0 | 11000 | 101110 | 1001000 | 11101 | 11110 | 10110 |
Color Harmonies of #483727
Complementary color
Monochromatic Colors of #483727
Black with #483727
Text Example
Text Example
White with #483727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483727; }
p { color: rgb(72,55,39); }
H1.HeaderClassName
{
color: #483727;
}
.AnyTagClassName
{
color: #483727;
}
</style>
background-color css
<style>
a { background-color: #483727; }
a { background-color: rgb(72,55,39); }
div.DivClassName
{
background-color: #483727;
}
.BgClassName
{
background-color: #483727;
}
</style>
border-color css
<style>
span { border-color: #483727; }
span { border-color: rgb(72,55,39); }
td.TdClassName
{
border-color: #483727;
}
.TagClassName
{
border-color: #483727;
}
</style>