Shades of Saddle Brown #834702
Tints of Saddle Brown #834702
RGB
CMYK
RGB Variations
Color information
#834702 (or 0x834702) is known color: Saddle Brown. HEX triplet: 83, 47 and 02. RGB value is (131,71,2). Sum of RGB (Red+Green+Blue) = 131+71+2=204 (27% of max value = 765). Red value is 131 (51.56% from 255 or 64.22% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 131 - color contains mainly: red. Hex color #834702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834702 is #7CB8FD. Grayscale: #515151. Windows color (decimal): -8173822 or 149379. OLE color: 149379.
HSL color Cylindrical-coordinate representation of color #834702: hue angle of 32.09º 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 #834702 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 71 | 2 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.49 |
| HSL | 32.09º | 0.97% | 0.26% | - |
| HSV(B) | 32.09º | 0.98% | 0.51% | - |
| XYZ | 11.62 | 9.34 | 1.25 | - |
| YUV | 81.07 | 83.38 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 71 | 2 | 0 | 0.46 | 0.98 | 0.49 | 32.09 | 0.97 | 0.26 |
| Hex | 83 | 47 | 2 | 0 | 2E | 62 | 31 | 20 | 61 | 1A |
| Octal | 203 | 107 | 2 | 0 | 56 | 142 | 61 | 40 | 141 | 32 |
| Binary | 10000011 | 1000111 | 10 | 0 | 101110 | 1100010 | 110001 | 100000 | 1100001 | 11010 |
Color Harmonies of #834702
Complementary color
Monochromatic Colors of #834702
Black with #834702
Text Example
Text Example
White with #834702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834702; }
p { color: rgb(131,71,2); }
H1.HeaderClassName
{
color: #834702;
}
.AnyTagClassName
{
color: #834702;
}
</style>
background-color css
<style>
a { background-color: #834702; }
a { background-color: rgb(131,71,2); }
div.DivClassName
{
background-color: #834702;
}
.BgClassName
{
background-color: #834702;
}
</style>
border-color css
<style>
span { border-color: #834702; }
span { border-color: rgb(131,71,2); }
td.TdClassName
{
border-color: #834702;
}
.TagClassName
{
border-color: #834702;
}
</style>