Shades of Saddle Brown #80370D
Tints of Saddle Brown #80370D
RGB
CMYK
RGB Variations
Color information
#80370D (or 0x80370D) is known color: Saddle Brown. HEX triplet: 80, 37 and 0D. RGB value is (128,55,13). Sum of RGB (Red+Green+Blue) = 128+55+13=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #80370D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80370D is #7FC8F2. Grayscale: #484848. Windows color (decimal): -8374515 or 866176. OLE color: 866176.
HSL color Cylindrical-coordinate representation of color #80370D: hue angle of 21.91º 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 #80370D is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 55 | 13 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.50 |
| HSL | 21.91º | 0.82% | 0.28% | - |
| HSV(B) | 21.91º | 0.9% | 0.5% | - |
| XYZ | 10.34 | 7.35 | 1.25 | - |
| YUV | 72.04 | 94.68 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 13 | 0 | 0.57 | 0.90 | 0.50 | 21.91 | 0.82 | 0.28 |
| Hex | 80 | 37 | D | 0 | 39 | 5A | 32 | 16 | 52 | 1C |
| Octal | 200 | 67 | 15 | 0 | 71 | 132 | 62 | 26 | 122 | 34 |
| Binary | 10000000 | 110111 | 1101 | 0 | 111001 | 1011010 | 110010 | 10110 | 1010010 | 11100 |
Color Harmonies of #80370D
Complementary color
Monochromatic Colors of #80370D
Black with #80370D
Text Example
Text Example
White with #80370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80370D; }
p { color: rgb(128,55,13); }
H1.HeaderClassName
{
color: #80370D;
}
.AnyTagClassName
{
color: #80370D;
}
</style>
background-color css
<style>
a { background-color: #80370D; }
a { background-color: rgb(128,55,13); }
div.DivClassName
{
background-color: #80370D;
}
.BgClassName
{
background-color: #80370D;
}
</style>
border-color css
<style>
span { border-color: #80370D; }
span { border-color: rgb(128,55,13); }
td.TdClassName
{
border-color: #80370D;
}
.TagClassName
{
border-color: #80370D;
}
</style>