Shades of Saddle Brown #874C03
Tints of Saddle Brown #874C03
RGB
CMYK
RGB Variations
Color information
#874C03 (or 0x874C03) is known color: Saddle Brown. HEX triplet: 87, 4C and 03. RGB value is (135,76,3). Sum of RGB (Red+Green+Blue) = 135+76+3=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #874C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874C03 is #78B3FC. Grayscale: #555555. Windows color (decimal): -7910397 or 216199. OLE color: 216199.
HSL color Cylindrical-coordinate representation of color #874C03: hue angle of 33.18º 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 #874C03 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 76 | 3 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.47 |
| HSL | 33.18º | 0.96% | 0.27% | - |
| HSV(B) | 33.18º | 0.98% | 0.53% | - |
| XYZ | 12.59 | 10.33 | 1.42 | - |
| YUV | 85.32 | 81.55 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 3 | 0 | 0.44 | 0.98 | 0.47 | 33.18 | 0.96 | 0.27 |
| Hex | 87 | 4C | 3 | 0 | 2C | 62 | 2F | 21 | 60 | 1B |
| Octal | 207 | 114 | 3 | 0 | 54 | 142 | 57 | 41 | 140 | 33 |
| Binary | 10000111 | 1001100 | 11 | 0 | 101100 | 1100010 | 101111 | 100001 | 1100000 | 11011 |
Color Harmonies of #874C03
Complementary color
Monochromatic Colors of #874C03
Black with #874C03
Text Example
Text Example
White with #874C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874C03; }
p { color: rgb(135,76,3); }
H1.HeaderClassName
{
color: #874C03;
}
.AnyTagClassName
{
color: #874C03;
}
</style>
background-color css
<style>
a { background-color: #874C03; }
a { background-color: rgb(135,76,3); }
div.DivClassName
{
background-color: #874C03;
}
.BgClassName
{
background-color: #874C03;
}
</style>
border-color css
<style>
span { border-color: #874C03; }
span { border-color: rgb(135,76,3); }
td.TdClassName
{
border-color: #874C03;
}
.TagClassName
{
border-color: #874C03;
}
</style>