Shades of Saddle Brown #873F02
Tints of Saddle Brown #873F02
RGB
CMYK
RGB Variations
Color information
#873F02 (or 0x873F02) is known color: Saddle Brown. HEX triplet: 87, 3F and 02. RGB value is (135,63,2). Sum of RGB (Red+Green+Blue) = 135+63+2=200 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.5% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 135 - color contains mainly: red. Hex color #873F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873F02 is #78C0FD. Grayscale: #4D4D4D. Windows color (decimal): -7913726 or 147335. OLE color: 147335.
HSL color Cylindrical-coordinate representation of color #873F02: hue angle of 27.52º 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 #873F02 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 63 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.47 |
| HSL | 27.52º | 0.97% | 0.27% | - |
| HSV(B) | 27.52º | 0.99% | 0.53% | - |
| XYZ | 11.78 | 8.71 | 1.12 | - |
| YUV | 77.57 | 85.35 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 2 | 0 | 0.53 | 0.99 | 0.47 | 27.52 | 0.97 | 0.27 |
| Hex | 87 | 3F | 2 | 0 | 35 | 63 | 2F | 1C | 61 | 1B |
| Octal | 207 | 77 | 2 | 0 | 65 | 143 | 57 | 34 | 141 | 33 |
| Binary | 10000111 | 111111 | 10 | 0 | 110101 | 1100011 | 101111 | 11100 | 1100001 | 11011 |
Color Harmonies of #873F02
Complementary color
Monochromatic Colors of #873F02
Black with #873F02
Text Example
Text Example
White with #873F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873F02; }
p { color: rgb(135,63,2); }
H1.HeaderClassName
{
color: #873F02;
}
.AnyTagClassName
{
color: #873F02;
}
</style>
background-color css
<style>
a { background-color: #873F02; }
a { background-color: rgb(135,63,2); }
div.DivClassName
{
background-color: #873F02;
}
.BgClassName
{
background-color: #873F02;
}
</style>
border-color css
<style>
span { border-color: #873F02; }
span { border-color: rgb(135,63,2); }
td.TdClassName
{
border-color: #873F02;
}
.TagClassName
{
border-color: #873F02;
}
</style>