Shades of Saddle Brown #80320B
Tints of Saddle Brown #80320B
RGB
CMYK
RGB Variations
Color information
#80320B (or 0x80320B) is known color: Saddle Brown. HEX triplet: 80, 32 and 0B. RGB value is (128,50,11). Sum of RGB (Red+Green+Blue) = 128+50+11=189 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.72% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 128 - color contains mainly: red. Hex color #80320B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80320B is #7FCDF4. Grayscale: #454545. Windows color (decimal): -8375797 or 733824. OLE color: 733824.
HSL color Cylindrical-coordinate representation of color #80320B: hue angle of 20º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80320B is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 11 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.50 |
| HSL | 20º | 0.84% | 0.27% | - |
| HSV(B) | 20º | 0.91% | 0.5% | - |
| XYZ | 10.1 | 6.89 | 1.11 | - |
| YUV | 68.88 | 95.34 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 11 | 0 | 0.61 | 0.91 | 0.50 | 20 | 0.84 | 0.27 |
| Hex | 80 | 32 | B | 0 | 3D | 5B | 32 | 14 | 54 | 1B |
| Octal | 200 | 62 | 13 | 0 | 75 | 133 | 62 | 24 | 124 | 33 |
| Binary | 10000000 | 110010 | 1011 | 0 | 111101 | 1011011 | 110010 | 10100 | 1010100 | 11011 |
Color Harmonies of #80320B
Complementary color
Monochromatic Colors of #80320B
Black with #80320B
Text Example
Text Example
White with #80320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80320B; }
p { color: rgb(128,50,11); }
H1.HeaderClassName
{
color: #80320B;
}
.AnyTagClassName
{
color: #80320B;
}
</style>
background-color css
<style>
a { background-color: #80320B; }
a { background-color: rgb(128,50,11); }
div.DivClassName
{
background-color: #80320B;
}
.BgClassName
{
background-color: #80320B;
}
</style>
border-color css
<style>
span { border-color: #80320B; }
span { border-color: rgb(128,50,11); }
td.TdClassName
{
border-color: #80320B;
}
.TagClassName
{
border-color: #80320B;
}
</style>