Shades of Saddle Brown #874303
Tints of Saddle Brown #874303
RGB
CMYK
RGB Variations
Color information
#874303 (or 0x874303) is known color: Saddle Brown. HEX triplet: 87, 43 and 03. RGB value is (135,67,3). Sum of RGB (Red+Green+Blue) = 135+67+3=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #874303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874303 is #78BCFC. Grayscale: #505050. Windows color (decimal): -7912701 or 213895. OLE color: 213895.
HSL color Cylindrical-coordinate representation of color #874303: hue angle of 29.09º 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 #874303 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 67 | 3 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.47 |
| HSL | 29.09º | 0.96% | 0.27% | - |
| HSV(B) | 29.09º | 0.98% | 0.53% | - |
| XYZ | 12.02 | 9.17 | 1.22 | - |
| YUV | 80.04 | 84.53 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 67 | 3 | 0 | 0.50 | 0.98 | 0.47 | 29.09 | 0.96 | 0.27 |
| Hex | 87 | 43 | 3 | 0 | 32 | 62 | 2F | 1D | 60 | 1B |
| Octal | 207 | 103 | 3 | 0 | 62 | 142 | 57 | 35 | 140 | 33 |
| Binary | 10000111 | 1000011 | 11 | 0 | 110010 | 1100010 | 101111 | 11101 | 1100000 | 11011 |
Color Harmonies of #874303
Complementary color
Monochromatic Colors of #874303
Black with #874303
Text Example
Text Example
White with #874303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874303; }
p { color: rgb(135,67,3); }
H1.HeaderClassName
{
color: #874303;
}
.AnyTagClassName
{
color: #874303;
}
</style>
background-color css
<style>
a { background-color: #874303; }
a { background-color: rgb(135,67,3); }
div.DivClassName
{
background-color: #874303;
}
.BgClassName
{
background-color: #874303;
}
</style>
border-color css
<style>
span { border-color: #874303; }
span { border-color: rgb(135,67,3); }
td.TdClassName
{
border-color: #874303;
}
.TagClassName
{
border-color: #874303;
}
</style>