Shades of Saddle Brown #873C0C
Tints of Saddle Brown #873C0C
RGB
CMYK
RGB Variations
Color information
#873C0C (or 0x873C0C) is known color: Saddle Brown. HEX triplet: 87, 3C and 0C. RGB value is (135,60,12). Sum of RGB (Red+Green+Blue) = 135+60+12=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #873C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873C0C is #78C3F3. Grayscale: #4D4D4D. Windows color (decimal): -7914484 or 801927. OLE color: 801927.
HSL color Cylindrical-coordinate representation of color #873C0C: hue angle of 23.41º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #873C0C is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 12 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.47 |
| HSL | 23.41º | 0.84% | 0.29% | - |
| HSV(B) | 23.41º | 0.91% | 0.53% | - |
| XYZ | 11.67 | 8.41 | 1.36 | - |
| YUV | 76.95 | 91.35 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 12 | 0 | 0.56 | 0.91 | 0.47 | 23.41 | 0.84 | 0.29 |
| Hex | 87 | 3C | C | 0 | 38 | 5B | 2F | 17 | 54 | 1D |
| Octal | 207 | 74 | 14 | 0 | 70 | 133 | 57 | 27 | 124 | 35 |
| Binary | 10000111 | 111100 | 1100 | 0 | 111000 | 1011011 | 101111 | 10111 | 1010100 | 11101 |
Color Harmonies of #873C0C
Complementary color
Monochromatic Colors of #873C0C
Black with #873C0C
Text Example
Text Example
White with #873C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C0C; }
p { color: rgb(135,60,12); }
H1.HeaderClassName
{
color: #873C0C;
}
.AnyTagClassName
{
color: #873C0C;
}
</style>
background-color css
<style>
a { background-color: #873C0C; }
a { background-color: rgb(135,60,12); }
div.DivClassName
{
background-color: #873C0C;
}
.BgClassName
{
background-color: #873C0C;
}
</style>
border-color css
<style>
span { border-color: #873C0C; }
span { border-color: rgb(135,60,12); }
td.TdClassName
{
border-color: #873C0C;
}
.TagClassName
{
border-color: #873C0C;
}
</style>