Shades of Saddle Brown #862F01
Tints of Saddle Brown #862F01
RGB
CMYK
RGB Variations
Color information
#862F01 (or 0x862F01) is known color: Saddle Brown. HEX triplet: 86, 2F and 01. RGB value is (134,47,1). Sum of RGB (Red+Green+Blue) = 134+47+1=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #862F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862F01 is #79D0FE. Grayscale: #444444. Windows color (decimal): -7983359 or 77702. OLE color: 77702.
HSL color Cylindrical-coordinate representation of color #862F01: hue angle of 20.75º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #862F01 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 47 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.47 |
| HSL | 20.75º | 0.99% | 0.26% | - |
| HSV(B) | 20.75º | 0.99% | 0.53% | - |
| XYZ | 10.85 | 7.1 | 0.83 | - |
| YUV | 67.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 1 | 0 | 0.65 | 0.99 | 0.47 | 20.75 | 0.99 | 0.26 |
| Hex | 86 | 2F | 1 | 0 | 41 | 63 | 2F | 15 | 63 | 1A |
| Octal | 206 | 57 | 1 | 0 | 101 | 143 | 57 | 25 | 143 | 32 |
| Binary | 10000110 | 101111 | 1 | 0 | 1000001 | 1100011 | 101111 | 10101 | 1100011 | 11010 |
Color Harmonies of #862F01
Complementary color
Monochromatic Colors of #862F01
Black with #862F01
Text Example
Text Example
White with #862F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862F01; }
p { color: rgb(134,47,1); }
H1.HeaderClassName
{
color: #862F01;
}
.AnyTagClassName
{
color: #862F01;
}
</style>
background-color css
<style>
a { background-color: #862F01; }
a { background-color: rgb(134,47,1); }
div.DivClassName
{
background-color: #862F01;
}
.BgClassName
{
background-color: #862F01;
}
</style>
border-color css
<style>
span { border-color: #862F01; }
span { border-color: rgb(134,47,1); }
td.TdClassName
{
border-color: #862F01;
}
.TagClassName
{
border-color: #862F01;
}
</style>