Shades of Saddle Brown #834703
Tints of Saddle Brown #834703
RGB
CMYK
RGB Variations
Color information
#834703 (or 0x834703) is known color: Saddle Brown. HEX triplet: 83, 47 and 03. RGB value is (131,71,3). Sum of RGB (Red+Green+Blue) = 131+71+3=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #834703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834703 is #7CB8FC. Grayscale: #515151. Windows color (decimal): -8173821 or 214915. OLE color: 214915.
HSL color Cylindrical-coordinate representation of color #834703: hue angle of 31.88º degrees, saturation: 0.96, 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 #834703 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 71 | 3 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.49 |
| HSL | 31.88º | 0.96% | 0.26% | - |
| HSV(B) | 31.88º | 0.98% | 0.51% | - |
| XYZ | 11.63 | 9.34 | 1.28 | - |
| YUV | 81.19 | 83.88 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 71 | 3 | 0 | 0.46 | 0.98 | 0.49 | 31.88 | 0.96 | 0.26 |
| Hex | 83 | 47 | 3 | 0 | 2E | 62 | 31 | 20 | 60 | 1A |
| Octal | 203 | 107 | 3 | 0 | 56 | 142 | 61 | 40 | 140 | 32 |
| Binary | 10000011 | 1000111 | 11 | 0 | 101110 | 1100010 | 110001 | 100000 | 1100000 | 11010 |
Color Harmonies of #834703
Complementary color
Monochromatic Colors of #834703
Black with #834703
Text Example
Text Example
White with #834703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834703; }
p { color: rgb(131,71,3); }
H1.HeaderClassName
{
color: #834703;
}
.AnyTagClassName
{
color: #834703;
}
</style>
background-color css
<style>
a { background-color: #834703; }
a { background-color: rgb(131,71,3); }
div.DivClassName
{
background-color: #834703;
}
.BgClassName
{
background-color: #834703;
}
</style>
border-color css
<style>
span { border-color: #834703; }
span { border-color: rgb(131,71,3); }
td.TdClassName
{
border-color: #834703;
}
.TagClassName
{
border-color: #834703;
}
</style>