Shades of Saddle Brown #864203
Tints of Saddle Brown #864203
RGB
CMYK
RGB Variations
Color information
#864203 (or 0x864203) is known color: Saddle Brown. HEX triplet: 86, 42 and 03. RGB value is (134,66,3). Sum of RGB (Red+Green+Blue) = 134+66+3=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #864203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864203 is #79BDFC. Grayscale: #4F4F4F. Windows color (decimal): -7978493 or 213638. OLE color: 213638.
HSL color Cylindrical-coordinate representation of color #864203: hue angle of 28.85º 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 #864203 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 66 | 3 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.47 |
| HSL | 28.85º | 0.96% | 0.27% | - |
| HSV(B) | 28.85º | 0.98% | 0.53% | - |
| XYZ | 11.8 | 8.97 | 1.2 | - |
| YUV | 79.15 | 85.03 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 66 | 3 | 0 | 0.51 | 0.98 | 0.47 | 28.85 | 0.96 | 0.27 |
| Hex | 86 | 42 | 3 | 0 | 33 | 62 | 2F | 1D | 60 | 1B |
| Octal | 206 | 102 | 3 | 0 | 63 | 142 | 57 | 35 | 140 | 33 |
| Binary | 10000110 | 1000010 | 11 | 0 | 110011 | 1100010 | 101111 | 11101 | 1100000 | 11011 |
Color Harmonies of #864203
Complementary color
Monochromatic Colors of #864203
Black with #864203
Text Example
Text Example
White with #864203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864203; }
p { color: rgb(134,66,3); }
H1.HeaderClassName
{
color: #864203;
}
.AnyTagClassName
{
color: #864203;
}
</style>
background-color css
<style>
a { background-color: #864203; }
a { background-color: rgb(134,66,3); }
div.DivClassName
{
background-color: #864203;
}
.BgClassName
{
background-color: #864203;
}
</style>
border-color css
<style>
span { border-color: #864203; }
span { border-color: rgb(134,66,3); }
td.TdClassName
{
border-color: #864203;
}
.TagClassName
{
border-color: #864203;
}
</style>