Shades of Saddle Brown #86330F
Tints of Saddle Brown #86330F
RGB
CMYK
RGB Variations
Color information
#86330F (or 0x86330F) is known color: Saddle Brown. HEX triplet: 86, 33 and 0F. RGB value is (134,51,15). Sum of RGB (Red+Green+Blue) = 134+51+15=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #86330F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86330F is #79CCF0. Grayscale: #474747. Windows color (decimal): -7982321 or 996230. OLE color: 996230.
HSL color Cylindrical-coordinate representation of color #86330F: hue angle of 18.15º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86330F is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 51 | 15 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.47 |
| HSL | 18.15º | 0.8% | 0.29% | - |
| HSV(B) | 18.15º | 0.89% | 0.53% | - |
| XYZ | 11.1 | 7.47 | 1.31 | - |
| YUV | 71.71 | 96 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 51 | 15 | 0 | 0.62 | 0.89 | 0.47 | 18.15 | 0.8 | 0.29 |
| Hex | 86 | 33 | F | 0 | 3E | 59 | 2F | 12 | 50 | 1D |
| Octal | 206 | 63 | 17 | 0 | 76 | 131 | 57 | 22 | 120 | 35 |
| Binary | 10000110 | 110011 | 1111 | 0 | 111110 | 1011001 | 101111 | 10010 | 1010000 | 11101 |
Color Harmonies of #86330F
Complementary color
Monochromatic Colors of #86330F
Black with #86330F
Text Example
Text Example
White with #86330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86330F; }
p { color: rgb(134,51,15); }
H1.HeaderClassName
{
color: #86330F;
}
.AnyTagClassName
{
color: #86330F;
}
</style>
background-color css
<style>
a { background-color: #86330F; }
a { background-color: rgb(134,51,15); }
div.DivClassName
{
background-color: #86330F;
}
.BgClassName
{
background-color: #86330F;
}
</style>
border-color css
<style>
span { border-color: #86330F; }
span { border-color: rgb(134,51,15); }
td.TdClassName
{
border-color: #86330F;
}
.TagClassName
{
border-color: #86330F;
}
</style>