Shades of Saddle Brown #824702
Tints of Saddle Brown #824702
RGB
CMYK
RGB Variations
Color information
#824702 (or 0x824702) is known color: Saddle Brown. HEX triplet: 82, 47 and 02. RGB value is (130,71,2). Sum of RGB (Red+Green+Blue) = 130+71+2=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #824702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824702 is #7DB8FD. Grayscale: #515151. Windows color (decimal): -8239358 or 149378. OLE color: 149378.
HSL color Cylindrical-coordinate representation of color #824702: hue angle of 32.34º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #824702 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 71 | 2 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.49 |
| HSL | 32.34º | 0.97% | 0.26% | - |
| HSV(B) | 32.34º | 0.98% | 0.51% | - |
| XYZ | 11.47 | 9.26 | 1.24 | - |
| YUV | 80.78 | 83.55 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 2 | 0 | 0.45 | 0.98 | 0.49 | 32.34 | 0.97 | 0.26 |
| Hex | 82 | 47 | 2 | 0 | 2D | 62 | 31 | 20 | 61 | 1A |
| Octal | 202 | 107 | 2 | 0 | 55 | 142 | 61 | 40 | 141 | 32 |
| Binary | 10000010 | 1000111 | 10 | 0 | 101101 | 1100010 | 110001 | 100000 | 1100001 | 11010 |
Color Harmonies of #824702
Complementary color
Monochromatic Colors of #824702
Black with #824702
Text Example
Text Example
White with #824702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824702; }
p { color: rgb(130,71,2); }
H1.HeaderClassName
{
color: #824702;
}
.AnyTagClassName
{
color: #824702;
}
</style>
background-color css
<style>
a { background-color: #824702; }
a { background-color: rgb(130,71,2); }
div.DivClassName
{
background-color: #824702;
}
.BgClassName
{
background-color: #824702;
}
</style>
border-color css
<style>
span { border-color: #824702; }
span { border-color: rgb(130,71,2); }
td.TdClassName
{
border-color: #824702;
}
.TagClassName
{
border-color: #824702;
}
</style>