Shades of Saddle Brown #864402
Tints of Saddle Brown #864402
RGB
CMYK
RGB Variations
Color information
#864402 (or 0x864402) is known color: Saddle Brown. HEX triplet: 86, 44 and 02. RGB value is (134,68,2). Sum of RGB (Red+Green+Blue) = 134+68+2=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #864402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864402 is #79BBFD. Grayscale: #505050. Windows color (decimal): -7977982 or 148614. OLE color: 148614.
HSL color Cylindrical-coordinate representation of color #864402: hue angle of 30º 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 #864402 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 68 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.47 |
| HSL | 30º | 0.97% | 0.27% | - |
| HSV(B) | 30º | 0.99% | 0.53% | - |
| XYZ | 11.91 | 9.21 | 1.21 | - |
| YUV | 80.21 | 83.87 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 68 | 2 | 0 | 0.49 | 0.99 | 0.47 | 30 | 0.97 | 0.27 |
| Hex | 86 | 44 | 2 | 0 | 31 | 63 | 2F | 1E | 61 | 1B |
| Octal | 206 | 104 | 2 | 0 | 61 | 143 | 57 | 36 | 141 | 33 |
| Binary | 10000110 | 1000100 | 10 | 0 | 110001 | 1100011 | 101111 | 11110 | 1100001 | 11011 |
Color Harmonies of #864402
Complementary color
Monochromatic Colors of #864402
Black with #864402
Text Example
Text Example
White with #864402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864402; }
p { color: rgb(134,68,2); }
H1.HeaderClassName
{
color: #864402;
}
.AnyTagClassName
{
color: #864402;
}
</style>
background-color css
<style>
a { background-color: #864402; }
a { background-color: rgb(134,68,2); }
div.DivClassName
{
background-color: #864402;
}
.BgClassName
{
background-color: #864402;
}
</style>
border-color css
<style>
span { border-color: #864402; }
span { border-color: rgb(134,68,2); }
td.TdClassName
{
border-color: #864402;
}
.TagClassName
{
border-color: #864402;
}
</style>