Shades of Saddle Brown #863302
Tints of Saddle Brown #863302
RGB
CMYK
RGB Variations
Color information
#863302 (or 0x863302) is known color: Saddle Brown. HEX triplet: 86, 33 and 02. RGB value is (134,51,2). Sum of RGB (Red+Green+Blue) = 134+51+2=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #863302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863302 is #79CCFD. Grayscale: #464646. Windows color (decimal): -7982334 or 144262. OLE color: 144262.
HSL color Cylindrical-coordinate representation of color #863302: hue angle of 22.27º 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 #863302 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 51 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.47 |
| HSL | 22.27º | 0.97% | 0.27% | - |
| HSV(B) | 22.27º | 0.99% | 0.53% | - |
| XYZ | 11.03 | 7.44 | 0.91 | - |
| YUV | 70.23 | 89.5 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 51 | 2 | 0 | 0.62 | 0.99 | 0.47 | 22.27 | 0.97 | 0.27 |
| Hex | 86 | 33 | 2 | 0 | 3E | 63 | 2F | 16 | 61 | 1B |
| Octal | 206 | 63 | 2 | 0 | 76 | 143 | 57 | 26 | 141 | 33 |
| Binary | 10000110 | 110011 | 10 | 0 | 111110 | 1100011 | 101111 | 10110 | 1100001 | 11011 |
Color Harmonies of #863302
Complementary color
Monochromatic Colors of #863302
Black with #863302
Text Example
Text Example
White with #863302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863302; }
p { color: rgb(134,51,2); }
H1.HeaderClassName
{
color: #863302;
}
.AnyTagClassName
{
color: #863302;
}
</style>
background-color css
<style>
a { background-color: #863302; }
a { background-color: rgb(134,51,2); }
div.DivClassName
{
background-color: #863302;
}
.BgClassName
{
background-color: #863302;
}
</style>
border-color css
<style>
span { border-color: #863302; }
span { border-color: rgb(134,51,2); }
td.TdClassName
{
border-color: #863302;
}
.TagClassName
{
border-color: #863302;
}
</style>