Shades of Saddle Brown #875203
Tints of Saddle Brown #875203
RGB
CMYK
RGB Variations
Color information
#875203 (or 0x875203) is known color: Saddle Brown. HEX triplet: 87, 52 and 03. RGB value is (135,82,3). Sum of RGB (Red+Green+Blue) = 135+82+3=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #875203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875203 is #78ADFC. Grayscale: #595959. Windows color (decimal): -7908861 or 217735. OLE color: 217735.
HSL color Cylindrical-coordinate representation of color #875203: hue angle of 35.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 #875203 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 82 | 3 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.47 |
| HSL | 35.91º | 0.96% | 0.27% | - |
| HSV(B) | 35.91º | 0.98% | 0.53% | - |
| XYZ | 13.03 | 11.19 | 1.56 | - |
| YUV | 88.84 | 79.56 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 3 | 0 | 0.39 | 0.98 | 0.47 | 35.91 | 0.96 | 0.27 |
| Hex | 87 | 52 | 3 | 0 | 27 | 62 | 2F | 24 | 60 | 1B |
| Octal | 207 | 122 | 3 | 0 | 47 | 142 | 57 | 44 | 140 | 33 |
| Binary | 10000111 | 1010010 | 11 | 0 | 100111 | 1100010 | 101111 | 100100 | 1100000 | 11011 |
Color Harmonies of #875203
Complementary color
Monochromatic Colors of #875203
Black with #875203
Text Example
Text Example
White with #875203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875203; }
p { color: rgb(135,82,3); }
H1.HeaderClassName
{
color: #875203;
}
.AnyTagClassName
{
color: #875203;
}
</style>
background-color css
<style>
a { background-color: #875203; }
a { background-color: rgb(135,82,3); }
div.DivClassName
{
background-color: #875203;
}
.BgClassName
{
background-color: #875203;
}
</style>
border-color css
<style>
span { border-color: #875203; }
span { border-color: rgb(135,82,3); }
td.TdClassName
{
border-color: #875203;
}
.TagClassName
{
border-color: #875203;
}
</style>