Shades of Saddle Brown #873D08
Tints of Saddle Brown #873D08
RGB
CMYK
RGB Variations
Color information
#873D08 (or 0x873D08) is known color: Saddle Brown. HEX triplet: 87, 3D and 08. RGB value is (135,61,8). Sum of RGB (Red+Green+Blue) = 135+61+8=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #873D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873D08 is #78C2F7. Grayscale: #4D4D4D. Windows color (decimal): -7914232 or 540039. OLE color: 540039.
HSL color Cylindrical-coordinate representation of color #873D08: hue angle of 25.04º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #873D08 is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 61 | 8 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.47 |
| HSL | 25.04º | 0.89% | 0.28% | - |
| HSV(B) | 25.04º | 0.94% | 0.53% | - |
| XYZ | 11.7 | 8.51 | 1.25 | - |
| YUV | 77.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 8 | 0 | 0.55 | 0.94 | 0.47 | 25.04 | 0.89 | 0.28 |
| Hex | 87 | 3D | 8 | 0 | 37 | 5E | 2F | 19 | 59 | 1C |
| Octal | 207 | 75 | 10 | 0 | 67 | 136 | 57 | 31 | 131 | 34 |
| Binary | 10000111 | 111101 | 1000 | 0 | 110111 | 1011110 | 101111 | 11001 | 1011001 | 11100 |
Color Harmonies of #873D08
Complementary color
Monochromatic Colors of #873D08
Black with #873D08
Text Example
Text Example
White with #873D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873D08; }
p { color: rgb(135,61,8); }
H1.HeaderClassName
{
color: #873D08;
}
.AnyTagClassName
{
color: #873D08;
}
</style>
background-color css
<style>
a { background-color: #873D08; }
a { background-color: rgb(135,61,8); }
div.DivClassName
{
background-color: #873D08;
}
.BgClassName
{
background-color: #873D08;
}
</style>
border-color css
<style>
span { border-color: #873D08; }
span { border-color: rgb(135,61,8); }
td.TdClassName
{
border-color: #873D08;
}
.TagClassName
{
border-color: #873D08;
}
</style>