Shades of Saddle Brown #864C03
Tints of Saddle Brown #864C03
RGB
CMYK
RGB Variations
Color information
#864C03 (or 0x864C03) is known color: Saddle Brown. HEX triplet: 86, 4C and 03. RGB value is (134,76,3). Sum of RGB (Red+Green+Blue) = 134+76+3=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #864C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864C03 is #79B3FC. Grayscale: #555555. Windows color (decimal): -7975933 or 216198. OLE color: 216198.
HSL color Cylindrical-coordinate representation of color #864C03: hue angle of 33.44º 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 #864C03 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 76 | 3 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.47 |
| HSL | 33.44º | 0.96% | 0.27% | - |
| HSV(B) | 33.44º | 0.98% | 0.53% | - |
| XYZ | 12.43 | 10.24 | 1.41 | - |
| YUV | 85.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 76 | 3 | 0 | 0.43 | 0.98 | 0.47 | 33.44 | 0.96 | 0.27 |
| Hex | 86 | 4C | 3 | 0 | 2B | 62 | 2F | 21 | 60 | 1B |
| Octal | 206 | 114 | 3 | 0 | 53 | 142 | 57 | 41 | 140 | 33 |
| Binary | 10000110 | 1001100 | 11 | 0 | 101011 | 1100010 | 101111 | 100001 | 1100000 | 11011 |
Color Harmonies of #864C03
Complementary color
Monochromatic Colors of #864C03
Black with #864C03
Text Example
Text Example
White with #864C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864C03; }
p { color: rgb(134,76,3); }
H1.HeaderClassName
{
color: #864C03;
}
.AnyTagClassName
{
color: #864C03;
}
</style>
background-color css
<style>
a { background-color: #864C03; }
a { background-color: rgb(134,76,3); }
div.DivClassName
{
background-color: #864C03;
}
.BgClassName
{
background-color: #864C03;
}
</style>
border-color css
<style>
span { border-color: #864C03; }
span { border-color: rgb(134,76,3); }
td.TdClassName
{
border-color: #864C03;
}
.TagClassName
{
border-color: #864C03;
}
</style>