Shades of Saddle Brown #80360D
Tints of Saddle Brown #80360D
RGB
CMYK
RGB Variations
Color information
#80360D (or 0x80360D) is known color: Saddle Brown. HEX triplet: 80, 36 and 0D. RGB value is (128,54,13). Sum of RGB (Red+Green+Blue) = 128+54+13=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #80360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80360D is #7FC9F2. Grayscale: #474747. Windows color (decimal): -8374771 or 865920. OLE color: 865920.
HSL color Cylindrical-coordinate representation of color #80360D: hue angle of 21.39º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80360D is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 54 | 13 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.50 |
| HSL | 21.39º | 0.82% | 0.28% | - |
| HSV(B) | 21.39º | 0.9% | 0.5% | - |
| XYZ | 10.29 | 7.26 | 1.24 | - |
| YUV | 71.45 | 95.02 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 13 | 0 | 0.58 | 0.90 | 0.50 | 21.39 | 0.82 | 0.28 |
| Hex | 80 | 36 | D | 0 | 3A | 5A | 32 | 15 | 52 | 1C |
| Octal | 200 | 66 | 15 | 0 | 72 | 132 | 62 | 25 | 122 | 34 |
| Binary | 10000000 | 110110 | 1101 | 0 | 111010 | 1011010 | 110010 | 10101 | 1010010 | 11100 |
Color Harmonies of #80360D
Complementary color
Monochromatic Colors of #80360D
Black with #80360D
Text Example
Text Example
White with #80360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80360D; }
p { color: rgb(128,54,13); }
H1.HeaderClassName
{
color: #80360D;
}
.AnyTagClassName
{
color: #80360D;
}
</style>
background-color css
<style>
a { background-color: #80360D; }
a { background-color: rgb(128,54,13); }
div.DivClassName
{
background-color: #80360D;
}
.BgClassName
{
background-color: #80360D;
}
</style>
border-color css
<style>
span { border-color: #80360D; }
span { border-color: rgb(128,54,13); }
td.TdClassName
{
border-color: #80360D;
}
.TagClassName
{
border-color: #80360D;
}
</style>