Shades of Saddle Brown #80320C
Tints of Saddle Brown #80320C
RGB
CMYK
RGB Variations
Color information
#80320C (or 0x80320C) is known color: Saddle Brown. HEX triplet: 80, 32 and 0C. RGB value is (128,50,12). Sum of RGB (Red+Green+Blue) = 128+50+12=190 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.37% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 128 - color contains mainly: red. Hex color #80320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80320C is #7FCDF3. Grayscale: #454545. Windows color (decimal): -8375796 or 799360. OLE color: 799360.
HSL color Cylindrical-coordinate representation of color #80320C: hue angle of 19.66º degrees, saturation: 0.83, 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 #80320C is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 12 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.50 |
| HSL | 19.66º | 0.83% | 0.27% | - |
| HSV(B) | 19.66º | 0.91% | 0.5% | - |
| XYZ | 10.11 | 6.9 | 1.15 | - |
| YUV | 68.99 | 95.84 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 12 | 0 | 0.61 | 0.91 | 0.50 | 19.66 | 0.83 | 0.27 |
| Hex | 80 | 32 | C | 0 | 3D | 5B | 32 | 14 | 53 | 1B |
| Octal | 200 | 62 | 14 | 0 | 75 | 133 | 62 | 24 | 123 | 33 |
| Binary | 10000000 | 110010 | 1100 | 0 | 111101 | 1011011 | 110010 | 10100 | 1010011 | 11011 |
Color Harmonies of #80320C
Complementary color
Monochromatic Colors of #80320C
Black with #80320C
Text Example
Text Example
White with #80320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80320C; }
p { color: rgb(128,50,12); }
H1.HeaderClassName
{
color: #80320C;
}
.AnyTagClassName
{
color: #80320C;
}
</style>
background-color css
<style>
a { background-color: #80320C; }
a { background-color: rgb(128,50,12); }
div.DivClassName
{
background-color: #80320C;
}
.BgClassName
{
background-color: #80320C;
}
</style>
border-color css
<style>
span { border-color: #80320C; }
span { border-color: rgb(128,50,12); }
td.TdClassName
{
border-color: #80320C;
}
.TagClassName
{
border-color: #80320C;
}
</style>