Shades of Saddle Brown #864E02
Tints of Saddle Brown #864E02
RGB
CMYK
RGB Variations
Color information
#864E02 (or 0x864E02) is known color: Saddle Brown. HEX triplet: 86, 4E and 02. RGB value is (134,78,2). Sum of RGB (Red+Green+Blue) = 134+78+2=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #864E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #864E02 is #79B1FD. Grayscale: #565656. Windows color (decimal): -7975422 or 151174. OLE color: 151174.
HSL color Cylindrical-coordinate representation of color #864E02: hue angle of 34.55º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #864E02 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 78 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.47 |
| HSL | 34.55º | 0.97% | 0.27% | - |
| HSV(B) | 34.55º | 0.99% | 0.53% | - |
| XYZ | 12.57 | 10.52 | 1.43 | - |
| YUV | 86.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 2 | 0 | 0.42 | 0.99 | 0.47 | 34.55 | 0.97 | 0.27 |
| Hex | 86 | 4E | 2 | 0 | 2A | 63 | 2F | 23 | 61 | 1B |
| Octal | 206 | 116 | 2 | 0 | 52 | 143 | 57 | 43 | 141 | 33 |
| Binary | 10000110 | 1001110 | 10 | 0 | 101010 | 1100011 | 101111 | 100011 | 1100001 | 11011 |
Color Harmonies of #864E02
Complementary color
Monochromatic Colors of #864E02
Black with #864E02
Text Example
Text Example
White with #864E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864E02; }
p { color: rgb(134,78,2); }
H1.HeaderClassName
{
color: #864E02;
}
.AnyTagClassName
{
color: #864E02;
}
</style>
background-color css
<style>
a { background-color: #864E02; }
a { background-color: rgb(134,78,2); }
div.DivClassName
{
background-color: #864E02;
}
.BgClassName
{
background-color: #864E02;
}
</style>
border-color css
<style>
span { border-color: #864E02; }
span { border-color: rgb(134,78,2); }
td.TdClassName
{
border-color: #864E02;
}
.TagClassName
{
border-color: #864E02;
}
</style>