Shades of Saddle Brown #875306
Tints of Saddle Brown #875306
RGB
CMYK
RGB Variations
Color information
#875306 (or 0x875306) is known color: Saddle Brown. HEX triplet: 87, 53 and 06. RGB value is (135,83,6). Sum of RGB (Red+Green+Blue) = 135+83+6=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #875306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875306 is #78ACF9. Grayscale: #5A5A5A. Windows color (decimal): -7908602 or 414599. OLE color: 414599.
HSL color Cylindrical-coordinate representation of color #875306: hue angle of 35.81º 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 #875306 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 6 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.47 |
| HSL | 35.81º | 0.91% | 0.28% | - |
| HSV(B) | 35.81º | 0.96% | 0.53% | - |
| XYZ | 13.12 | 11.35 | 1.67 | - |
| YUV | 89.77 | 80.73 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 6 | 0 | 0.39 | 0.96 | 0.47 | 35.81 | 0.91 | 0.28 |
| Hex | 87 | 53 | 6 | 0 | 27 | 60 | 2F | 24 | 5B | 1C |
| Octal | 207 | 123 | 6 | 0 | 47 | 140 | 57 | 44 | 133 | 34 |
| Binary | 10000111 | 1010011 | 110 | 0 | 100111 | 1100000 | 101111 | 100100 | 1011011 | 11100 |
Color Harmonies of #875306
Complementary color
Monochromatic Colors of #875306
Black with #875306
Text Example
Text Example
White with #875306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875306; }
p { color: rgb(135,83,6); }
H1.HeaderClassName
{
color: #875306;
}
.AnyTagClassName
{
color: #875306;
}
</style>
background-color css
<style>
a { background-color: #875306; }
a { background-color: rgb(135,83,6); }
div.DivClassName
{
background-color: #875306;
}
.BgClassName
{
background-color: #875306;
}
</style>
border-color css
<style>
span { border-color: #875306; }
span { border-color: rgb(135,83,6); }
td.TdClassName
{
border-color: #875306;
}
.TagClassName
{
border-color: #875306;
}
</style>