Shades of Saddle Brown #873A02
Tints of Saddle Brown #873A02
RGB
CMYK
RGB Variations
Color information
#873A02 (or 0x873A02) is known color: Saddle Brown. HEX triplet: 87, 3A and 02. RGB value is (135,58,2). Sum of RGB (Red+Green+Blue) = 135+58+2=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #873A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873A02 is #78C5FD. Grayscale: #4A4A4A. Windows color (decimal): -7915006 or 146055. OLE color: 146055.
HSL color Cylindrical-coordinate representation of color #873A02: hue angle of 25.26º 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 #873A02 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 58 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.47 |
| HSL | 25.26º | 0.97% | 0.27% | - |
| HSV(B) | 25.26º | 0.99% | 0.53% | - |
| XYZ | 11.52 | 8.18 | 1.03 | - |
| YUV | 74.64 | 87.01 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 58 | 2 | 0 | 0.57 | 0.99 | 0.47 | 25.26 | 0.97 | 0.27 |
| Hex | 87 | 3A | 2 | 0 | 39 | 63 | 2F | 19 | 61 | 1B |
| Octal | 207 | 72 | 2 | 0 | 71 | 143 | 57 | 31 | 141 | 33 |
| Binary | 10000111 | 111010 | 10 | 0 | 111001 | 1100011 | 101111 | 11001 | 1100001 | 11011 |
Color Harmonies of #873A02
Complementary color
Monochromatic Colors of #873A02
Black with #873A02
Text Example
Text Example
White with #873A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873A02; }
p { color: rgb(135,58,2); }
H1.HeaderClassName
{
color: #873A02;
}
.AnyTagClassName
{
color: #873A02;
}
</style>
background-color css
<style>
a { background-color: #873A02; }
a { background-color: rgb(135,58,2); }
div.DivClassName
{
background-color: #873A02;
}
.BgClassName
{
background-color: #873A02;
}
</style>
border-color css
<style>
span { border-color: #873A02; }
span { border-color: rgb(135,58,2); }
td.TdClassName
{
border-color: #873A02;
}
.TagClassName
{
border-color: #873A02;
}
</style>