Shades of Saddle Brown #834804
Tints of Saddle Brown #834804
RGB
CMYK
RGB Variations
Color information
#834804 (or 0x834804) is known color: Saddle Brown. HEX triplet: 83, 48 and 04. RGB value is (131,72,4). Sum of RGB (Red+Green+Blue) = 131+72+4=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #834804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834804 is #7CB7FB. Grayscale: #525252. Windows color (decimal): -8173564 or 280707. OLE color: 280707.
HSL color Cylindrical-coordinate representation of color #834804: hue angle of 32.13º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #834804 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 72 | 4 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.49 |
| HSL | 32.13º | 0.94% | 0.26% | - |
| HSV(B) | 32.13º | 0.97% | 0.51% | - |
| XYZ | 11.7 | 9.47 | 1.33 | - |
| YUV | 81.89 | 84.05 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 72 | 4 | 0 | 0.45 | 0.97 | 0.49 | 32.13 | 0.94 | 0.26 |
| Hex | 83 | 48 | 4 | 0 | 2D | 61 | 31 | 20 | 5E | 1A |
| Octal | 203 | 110 | 4 | 0 | 55 | 141 | 61 | 40 | 136 | 32 |
| Binary | 10000011 | 1001000 | 100 | 0 | 101101 | 1100001 | 110001 | 100000 | 1011110 | 11010 |
Color Harmonies of #834804
Complementary color
Monochromatic Colors of #834804
Black with #834804
Text Example
Text Example
White with #834804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834804; }
p { color: rgb(131,72,4); }
H1.HeaderClassName
{
color: #834804;
}
.AnyTagClassName
{
color: #834804;
}
</style>
background-color css
<style>
a { background-color: #834804; }
a { background-color: rgb(131,72,4); }
div.DivClassName
{
background-color: #834804;
}
.BgClassName
{
background-color: #834804;
}
</style>
border-color css
<style>
span { border-color: #834804; }
span { border-color: rgb(131,72,4); }
td.TdClassName
{
border-color: #834804;
}
.TagClassName
{
border-color: #834804;
}
</style>