Shades of Saddle Brown #873C03
Tints of Saddle Brown #873C03
RGB
CMYK
RGB Variations
Color information
#873C03 (or 0x873C03) is known color: Saddle Brown. HEX triplet: 87, 3C and 03. RGB value is (135,60,3). Sum of RGB (Red+Green+Blue) = 135+60+3=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #873C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873C03 is #78C3FC. Grayscale: #4C4C4C. Windows color (decimal): -7914493 or 212103. OLE color: 212103.
HSL color Cylindrical-coordinate representation of color #873C03: hue angle of 25.91º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #873C03 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 3 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.47 |
| HSL | 25.91º | 0.96% | 0.27% | - |
| HSV(B) | 25.91º | 0.98% | 0.53% | - |
| XYZ | 11.62 | 8.39 | 1.09 | - |
| YUV | 75.93 | 86.85 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 3 | 0 | 0.56 | 0.98 | 0.47 | 25.91 | 0.96 | 0.27 |
| Hex | 87 | 3C | 3 | 0 | 38 | 62 | 2F | 1A | 60 | 1B |
| Octal | 207 | 74 | 3 | 0 | 70 | 142 | 57 | 32 | 140 | 33 |
| Binary | 10000111 | 111100 | 11 | 0 | 111000 | 1100010 | 101111 | 11010 | 1100000 | 11011 |
Color Harmonies of #873C03
Complementary color
Monochromatic Colors of #873C03
Black with #873C03
Text Example
Text Example
White with #873C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C03; }
p { color: rgb(135,60,3); }
H1.HeaderClassName
{
color: #873C03;
}
.AnyTagClassName
{
color: #873C03;
}
</style>
background-color css
<style>
a { background-color: #873C03; }
a { background-color: rgb(135,60,3); }
div.DivClassName
{
background-color: #873C03;
}
.BgClassName
{
background-color: #873C03;
}
</style>
border-color css
<style>
span { border-color: #873C03; }
span { border-color: rgb(135,60,3); }
td.TdClassName
{
border-color: #873C03;
}
.TagClassName
{
border-color: #873C03;
}
</style>