Shades of Saddle Brown #873D0D
Tints of Saddle Brown #873D0D
RGB
CMYK
RGB Variations
Color information
#873D0D (or 0x873D0D) is known color: Saddle Brown. HEX triplet: 87, 3D and 0D. RGB value is (135,61,13). Sum of RGB (Red+Green+Blue) = 135+61+13=209 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.59% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 135 - color contains mainly: red. Hex color #873D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873D0D is #78C2F2. Grayscale: #4D4D4D. Windows color (decimal): -7914227 or 867719. OLE color: 867719.
HSL color Cylindrical-coordinate representation of color #873D0D: hue angle of 23.61º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #873D0D is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 61 | 13 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.47 |
| HSL | 23.61º | 0.82% | 0.29% | - |
| HSV(B) | 23.61º | 0.9% | 0.53% | - |
| XYZ | 11.73 | 8.52 | 1.41 | - |
| YUV | 77.65 | 91.52 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 13 | 0 | 0.55 | 0.90 | 0.47 | 23.61 | 0.82 | 0.29 |
| Hex | 87 | 3D | D | 0 | 37 | 5A | 2F | 18 | 52 | 1D |
| Octal | 207 | 75 | 15 | 0 | 67 | 132 | 57 | 30 | 122 | 35 |
| Binary | 10000111 | 111101 | 1101 | 0 | 110111 | 1011010 | 101111 | 11000 | 1010010 | 11101 |
Color Harmonies of #873D0D
Complementary color
Monochromatic Colors of #873D0D
Black with #873D0D
Text Example
Text Example
White with #873D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873D0D; }
p { color: rgb(135,61,13); }
H1.HeaderClassName
{
color: #873D0D;
}
.AnyTagClassName
{
color: #873D0D;
}
</style>
background-color css
<style>
a { background-color: #873D0D; }
a { background-color: rgb(135,61,13); }
div.DivClassName
{
background-color: #873D0D;
}
.BgClassName
{
background-color: #873D0D;
}
</style>
border-color css
<style>
span { border-color: #873D0D; }
span { border-color: rgb(135,61,13); }
td.TdClassName
{
border-color: #873D0D;
}
.TagClassName
{
border-color: #873D0D;
}
</style>