Shades of Woodburn #483323
Tints of Woodburn #483323
RGB
CMYK
RGB Variations
Color information
#483323 (or 0x483323) is known color: Woodburn. HEX triplet: 48, 33 and 23. RGB value is (72,51,35). Sum of RGB (Red+Green+Blue) = 72+51+35=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #483323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483323 is #B7CCDC. Grayscale: #373737. Windows color (decimal): -12045533 or 2306888. OLE color: 2306888.
HSL color Cylindrical-coordinate representation of color #483323: hue angle of 25.95º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #483323 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 51 | 35 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.72 |
| HSL | 25.95º | 0.35% | 0.21% | - |
| HSV(B) | 25.95º | 0.51% | 0.28% | - |
| XYZ | 4.16 | 3.87 | 2.12 | - |
| YUV | 55.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 35 | 0 | 0.29 | 0.51 | 0.72 | 25.95 | 0.35 | 0.21 |
| Hex | 48 | 33 | 23 | 0 | 1D | 33 | 48 | 1A | 23 | 15 |
| Octal | 110 | 63 | 43 | 0 | 35 | 63 | 110 | 32 | 43 | 25 |
| Binary | 1001000 | 110011 | 100011 | 0 | 11101 | 110011 | 1001000 | 11010 | 100011 | 10101 |
Color Harmonies of #483323
Complementary color
Monochromatic Colors of #483323
Black with #483323
Text Example
Text Example
White with #483323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483323; }
p { color: rgb(72,51,35); }
H1.HeaderClassName
{
color: #483323;
}
.AnyTagClassName
{
color: #483323;
}
</style>
background-color css
<style>
a { background-color: #483323; }
a { background-color: rgb(72,51,35); }
div.DivClassName
{
background-color: #483323;
}
.BgClassName
{
background-color: #483323;
}
</style>
border-color css
<style>
span { border-color: #483323; }
span { border-color: rgb(72,51,35); }
td.TdClassName
{
border-color: #483323;
}
.TagClassName
{
border-color: #483323;
}
</style>