Shades of Saddle Brown #875313
Tints of Saddle Brown #875313
RGB
CMYK
RGB Variations
Color information
#875313 (or 0x875313) is known color: Saddle Brown. HEX triplet: 87, 53 and 13. RGB value is (135,83,19). Sum of RGB (Red+Green+Blue) = 135+83+19=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #875313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875313 is #78ACEC. Grayscale: #5B5B5B. Windows color (decimal): -7908589 or 1266567. OLE color: 1266567.
HSL color Cylindrical-coordinate representation of color #875313: hue angle of 33.1º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #875313 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 19 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.47 |
| HSL | 33.1º | 0.75% | 0.3% | - |
| HSV(B) | 33.1º | 0.86% | 0.53% | - |
| XYZ | 13.2 | 11.38 | 2.12 | - |
| YUV | 91.25 | 87.23 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 19 | 0 | 0.39 | 0.86 | 0.47 | 33.1 | 0.75 | 0.3 |
| Hex | 87 | 53 | 13 | 0 | 27 | 56 | 2F | 21 | 4B | 1E |
| Octal | 207 | 123 | 23 | 0 | 47 | 126 | 57 | 41 | 113 | 36 |
| Binary | 10000111 | 1010011 | 10011 | 0 | 100111 | 1010110 | 101111 | 100001 | 1001011 | 11110 |
Color Harmonies of #875313
Complementary color
Monochromatic Colors of #875313
Black with #875313
Text Example
Text Example
White with #875313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875313; }
p { color: rgb(135,83,19); }
H1.HeaderClassName
{
color: #875313;
}
.AnyTagClassName
{
color: #875313;
}
</style>
background-color css
<style>
a { background-color: #875313; }
a { background-color: rgb(135,83,19); }
div.DivClassName
{
background-color: #875313;
}
.BgClassName
{
background-color: #875313;
}
</style>
border-color css
<style>
span { border-color: #875313; }
span { border-color: rgb(135,83,19); }
td.TdClassName
{
border-color: #875313;
}
.TagClassName
{
border-color: #875313;
}
</style>