Shades of Saddle Brown #862803
Tints of Saddle Brown #862803
RGB
CMYK
RGB Variations
Color information
#862803 (or 0x862803) is known color: Saddle Brown. HEX triplet: 86, 28 and 03. RGB value is (134,40,3). Sum of RGB (Red+Green+Blue) = 134+40+3=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #862803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862803 is #79D7FC. Grayscale: #404040. Windows color (decimal): -7985149 or 206982. OLE color: 206982.
HSL color Cylindrical-coordinate representation of color #862803: hue angle of 16.95º 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 #862803 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 40 | 3 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.47 |
| HSL | 16.95º | 0.96% | 0.27% | - |
| HSV(B) | 16.95º | 0.98% | 0.53% | - |
| XYZ | 10.61 | 6.59 | 0.8 | - |
| YUV | 63.89 | 93.64 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 3 | 0 | 0.70 | 0.98 | 0.47 | 16.95 | 0.96 | 0.27 |
| Hex | 86 | 28 | 3 | 0 | 46 | 62 | 2F | 11 | 60 | 1B |
| Octal | 206 | 50 | 3 | 0 | 106 | 142 | 57 | 21 | 140 | 33 |
| Binary | 10000110 | 101000 | 11 | 0 | 1000110 | 1100010 | 101111 | 10001 | 1100000 | 11011 |
Color Harmonies of #862803
Complementary color
Monochromatic Colors of #862803
Black with #862803
Text Example
Text Example
White with #862803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862803; }
p { color: rgb(134,40,3); }
H1.HeaderClassName
{
color: #862803;
}
.AnyTagClassName
{
color: #862803;
}
</style>
background-color css
<style>
a { background-color: #862803; }
a { background-color: rgb(134,40,3); }
div.DivClassName
{
background-color: #862803;
}
.BgClassName
{
background-color: #862803;
}
</style>
border-color css
<style>
span { border-color: #862803; }
span { border-color: rgb(134,40,3); }
td.TdClassName
{
border-color: #862803;
}
.TagClassName
{
border-color: #862803;
}
</style>