Shades of Saddle Brown #873002
Tints of Saddle Brown #873002
RGB
CMYK
RGB Variations
Color information
#873002 (or 0x873002) is known color: Saddle Brown. HEX triplet: 87, 30 and 02. RGB value is (135,48,2). Sum of RGB (Red+Green+Blue) = 135+48+2=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #873002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873002 is #78CFFD. Grayscale: #454545. Windows color (decimal): -7917566 or 143495. OLE color: 143495.
HSL color Cylindrical-coordinate representation of color #873002: hue angle of 20.75º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #873002 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 48 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.47 |
| HSL | 20.75º | 0.97% | 0.27% | - |
| HSV(B) | 20.75º | 0.99% | 0.53% | - |
| XYZ | 11.06 | 7.27 | 0.88 | - |
| YUV | 68.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 2 | 0 | 0.64 | 0.99 | 0.47 | 20.75 | 0.97 | 0.27 |
| Hex | 87 | 30 | 2 | 0 | 40 | 63 | 2F | 15 | 61 | 1B |
| Octal | 207 | 60 | 2 | 0 | 100 | 143 | 57 | 25 | 141 | 33 |
| Binary | 10000111 | 110000 | 10 | 0 | 1000000 | 1100011 | 101111 | 10101 | 1100001 | 11011 |
Color Harmonies of #873002
Complementary color
Monochromatic Colors of #873002
Black with #873002
Text Example
Text Example
White with #873002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873002; }
p { color: rgb(135,48,2); }
H1.HeaderClassName
{
color: #873002;
}
.AnyTagClassName
{
color: #873002;
}
</style>
background-color css
<style>
a { background-color: #873002; }
a { background-color: rgb(135,48,2); }
div.DivClassName
{
background-color: #873002;
}
.BgClassName
{
background-color: #873002;
}
</style>
border-color css
<style>
span { border-color: #873002; }
span { border-color: rgb(135,48,2); }
td.TdClassName
{
border-color: #873002;
}
.TagClassName
{
border-color: #873002;
}
</style>