Shades of Saddle Brown #873306
Tints of Saddle Brown #873306
RGB
CMYK
RGB Variations
Color information
#873306 (or 0x873306) is known color: Saddle Brown. HEX triplet: 87, 33 and 06. RGB value is (135,51,6). Sum of RGB (Red+Green+Blue) = 135+51+6=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #873306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873306 is #78CCF9. Grayscale: #474747. Windows color (decimal): -7916794 or 406407. OLE color: 406407.
HSL color Cylindrical-coordinate representation of color #873306: hue angle of 20.93º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #873306 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 51 | 6 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.47 |
| HSL | 20.93º | 0.91% | 0.28% | - |
| HSV(B) | 20.93º | 0.96% | 0.53% | - |
| XYZ | 11.21 | 7.53 | 1.04 | - |
| YUV | 70.99 | 91.33 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 51 | 6 | 0 | 0.62 | 0.96 | 0.47 | 20.93 | 0.91 | 0.28 |
| Hex | 87 | 33 | 6 | 0 | 3E | 60 | 2F | 15 | 5B | 1C |
| Octal | 207 | 63 | 6 | 0 | 76 | 140 | 57 | 25 | 133 | 34 |
| Binary | 10000111 | 110011 | 110 | 0 | 111110 | 1100000 | 101111 | 10101 | 1011011 | 11100 |
Color Harmonies of #873306
Complementary color
Monochromatic Colors of #873306
Black with #873306
Text Example
Text Example
White with #873306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873306; }
p { color: rgb(135,51,6); }
H1.HeaderClassName
{
color: #873306;
}
.AnyTagClassName
{
color: #873306;
}
</style>
background-color css
<style>
a { background-color: #873306; }
a { background-color: rgb(135,51,6); }
div.DivClassName
{
background-color: #873306;
}
.BgClassName
{
background-color: #873306;
}
</style>
border-color css
<style>
span { border-color: #873306; }
span { border-color: rgb(135,51,6); }
td.TdClassName
{
border-color: #873306;
}
.TagClassName
{
border-color: #873306;
}
</style>