Shades of Saddle Brown #862A01
Tints of Saddle Brown #862A01
RGB
CMYK
RGB Variations
Color information
#862A01 (or 0x862A01) is known color: Saddle Brown. HEX triplet: 86, 2A and 01. RGB value is (134,42,1). Sum of RGB (Red+Green+Blue) = 134+42+1=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #862A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862A01 is #79D5FE. Grayscale: #414141. Windows color (decimal): -7984639 or 76422. OLE color: 76422.
HSL color Cylindrical-coordinate representation of color #862A01: hue angle of 18.5º 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 #862A01 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 42 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.47 |
| HSL | 18.5º | 0.99% | 0.26% | - |
| HSV(B) | 18.5º | 0.99% | 0.53% | - |
| XYZ | 10.66 | 6.73 | 0.76 | - |
| YUV | 64.83 | 91.98 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 42 | 1 | 0 | 0.69 | 0.99 | 0.47 | 18.5 | 0.99 | 0.26 |
| Hex | 86 | 2A | 1 | 0 | 45 | 63 | 2F | 12 | 63 | 1A |
| Octal | 206 | 52 | 1 | 0 | 105 | 143 | 57 | 22 | 143 | 32 |
| Binary | 10000110 | 101010 | 1 | 0 | 1000101 | 1100011 | 101111 | 10010 | 1100011 | 11010 |
Color Harmonies of #862A01
Complementary color
Monochromatic Colors of #862A01
Black with #862A01
Text Example
Text Example
White with #862A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862A01; }
p { color: rgb(134,42,1); }
H1.HeaderClassName
{
color: #862A01;
}
.AnyTagClassName
{
color: #862A01;
}
</style>
background-color css
<style>
a { background-color: #862A01; }
a { background-color: rgb(134,42,1); }
div.DivClassName
{
background-color: #862A01;
}
.BgClassName
{
background-color: #862A01;
}
</style>
border-color css
<style>
span { border-color: #862A01; }
span { border-color: rgb(134,42,1); }
td.TdClassName
{
border-color: #862A01;
}
.TagClassName
{
border-color: #862A01;
}
</style>