Shades of Saddle Brown #862D02
Tints of Saddle Brown #862D02
RGB
CMYK
RGB Variations
Color information
#862D02 (or 0x862D02) is known color: Saddle Brown. HEX triplet: 86, 2D and 02. RGB value is (134,45,2). Sum of RGB (Red+Green+Blue) = 134+45+2=181 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.03% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 134 - color contains mainly: red. Hex color #862D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862D02 is #79D2FD. Grayscale: #424242. Windows color (decimal): -7983870 or 142726. OLE color: 142726.
HSL color Cylindrical-coordinate representation of color #862D02: hue angle of 19.55º 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 #862D02 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.47 |
| HSL | 19.55º | 0.97% | 0.27% | - |
| HSV(B) | 19.55º | 0.99% | 0.53% | - |
| XYZ | 10.78 | 6.95 | 0.83 | - |
| YUV | 66.71 | 91.49 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 2 | 0 | 0.66 | 0.99 | 0.47 | 19.55 | 0.97 | 0.27 |
| Hex | 86 | 2D | 2 | 0 | 42 | 63 | 2F | 14 | 61 | 1B |
| Octal | 206 | 55 | 2 | 0 | 102 | 143 | 57 | 24 | 141 | 33 |
| Binary | 10000110 | 101101 | 10 | 0 | 1000010 | 1100011 | 101111 | 10100 | 1100001 | 11011 |
Color Harmonies of #862D02
Complementary color
Monochromatic Colors of #862D02
Black with #862D02
Text Example
Text Example
White with #862D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D02; }
p { color: rgb(134,45,2); }
H1.HeaderClassName
{
color: #862D02;
}
.AnyTagClassName
{
color: #862D02;
}
</style>
background-color css
<style>
a { background-color: #862D02; }
a { background-color: rgb(134,45,2); }
div.DivClassName
{
background-color: #862D02;
}
.BgClassName
{
background-color: #862D02;
}
</style>
border-color css
<style>
span { border-color: #862D02; }
span { border-color: rgb(134,45,2); }
td.TdClassName
{
border-color: #862D02;
}
.TagClassName
{
border-color: #862D02;
}
</style>