Shades of Saddle Brown #864A02
Tints of Saddle Brown #864A02
RGB
CMYK
RGB Variations
Color information
#864A02 (or 0x864A02) is known color: Saddle Brown. HEX triplet: 86, 4A and 02. RGB value is (134,74,2). Sum of RGB (Red+Green+Blue) = 134+74+2=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #864A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864A02 is #79B5FD. Grayscale: #545454. Windows color (decimal): -7976446 or 150150. OLE color: 150150.
HSL color Cylindrical-coordinate representation of color #864A02: hue angle of 32.73º 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 #864A02 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 74 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.47 |
| HSL | 32.73º | 0.97% | 0.27% | - |
| HSV(B) | 32.73º | 0.99% | 0.53% | - |
| XYZ | 12.29 | 9.97 | 1.33 | - |
| YUV | 83.73 | 81.88 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 74 | 2 | 0 | 0.45 | 0.99 | 0.47 | 32.73 | 0.97 | 0.27 |
| Hex | 86 | 4A | 2 | 0 | 2D | 63 | 2F | 21 | 61 | 1B |
| Octal | 206 | 112 | 2 | 0 | 55 | 143 | 57 | 41 | 141 | 33 |
| Binary | 10000110 | 1001010 | 10 | 0 | 101101 | 1100011 | 101111 | 100001 | 1100001 | 11011 |
Color Harmonies of #864A02
Complementary color
Monochromatic Colors of #864A02
Black with #864A02
Text Example
Text Example
White with #864A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864A02; }
p { color: rgb(134,74,2); }
H1.HeaderClassName
{
color: #864A02;
}
.AnyTagClassName
{
color: #864A02;
}
</style>
background-color css
<style>
a { background-color: #864A02; }
a { background-color: rgb(134,74,2); }
div.DivClassName
{
background-color: #864A02;
}
.BgClassName
{
background-color: #864A02;
}
</style>
border-color css
<style>
span { border-color: #864A02; }
span { border-color: rgb(134,74,2); }
td.TdClassName
{
border-color: #864A02;
}
.TagClassName
{
border-color: #864A02;
}
</style>