Shades of Saddle Brown #862F02
Tints of Saddle Brown #862F02
RGB
CMYK
RGB Variations
Color information
#862F02 (or 0x862F02) is known color: Saddle Brown. HEX triplet: 86, 2F and 02. RGB value is (134,47,2). Sum of RGB (Red+Green+Blue) = 134+47+2=183 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.22% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 134 - color contains mainly: red. Hex color #862F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862F02 is #79D0FD. Grayscale: #444444. Windows color (decimal): -7983358 or 143238. OLE color: 143238.
HSL color Cylindrical-coordinate representation of color #862F02: hue angle of 20.45º 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 #862F02 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 47 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.47 |
| HSL | 20.45º | 0.97% | 0.27% | - |
| HSV(B) | 20.45º | 0.99% | 0.53% | - |
| XYZ | 10.86 | 7.11 | 0.86 | - |
| YUV | 67.88 | 90.82 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 2 | 0 | 0.65 | 0.99 | 0.47 | 20.45 | 0.97 | 0.27 |
| Hex | 86 | 2F | 2 | 0 | 41 | 63 | 2F | 14 | 61 | 1B |
| Octal | 206 | 57 | 2 | 0 | 101 | 143 | 57 | 24 | 141 | 33 |
| Binary | 10000110 | 101111 | 10 | 0 | 1000001 | 1100011 | 101111 | 10100 | 1100001 | 11011 |
Color Harmonies of #862F02
Complementary color
Monochromatic Colors of #862F02
Black with #862F02
Text Example
Text Example
White with #862F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862F02; }
p { color: rgb(134,47,2); }
H1.HeaderClassName
{
color: #862F02;
}
.AnyTagClassName
{
color: #862F02;
}
</style>
background-color css
<style>
a { background-color: #862F02; }
a { background-color: rgb(134,47,2); }
div.DivClassName
{
background-color: #862F02;
}
.BgClassName
{
background-color: #862F02;
}
</style>
border-color css
<style>
span { border-color: #862F02; }
span { border-color: rgb(134,47,2); }
td.TdClassName
{
border-color: #862F02;
}
.TagClassName
{
border-color: #862F02;
}
</style>