Shades of Saddle Brown #834505
Tints of Saddle Brown #834505
RGB
CMYK
RGB Variations
Color information
#834505 (or 0x834505) is known color: Saddle Brown. HEX triplet: 83, 45 and 05. RGB value is (131,69,5). Sum of RGB (Red+Green+Blue) = 131+69+5=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #834505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834505 is #7CBAFA. Grayscale: #505050. Windows color (decimal): -8174331 or 345475. OLE color: 345475.
HSL color Cylindrical-coordinate representation of color #834505: hue angle of 30.48º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #834505 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 69 | 5 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.49 |
| HSL | 30.48º | 0.93% | 0.27% | - |
| HSV(B) | 30.48º | 0.96% | 0.51% | - |
| XYZ | 11.52 | 9.09 | 1.29 | - |
| YUV | 80.24 | 85.54 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 69 | 5 | 0 | 0.47 | 0.96 | 0.49 | 30.48 | 0.93 | 0.27 |
| Hex | 83 | 45 | 5 | 0 | 2F | 60 | 31 | 1E | 5D | 1B |
| Octal | 203 | 105 | 5 | 0 | 57 | 140 | 61 | 36 | 135 | 33 |
| Binary | 10000011 | 1000101 | 101 | 0 | 101111 | 1100000 | 110001 | 11110 | 1011101 | 11011 |
Color Harmonies of #834505
Complementary color
Monochromatic Colors of #834505
Black with #834505
Text Example
Text Example
White with #834505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834505; }
p { color: rgb(131,69,5); }
H1.HeaderClassName
{
color: #834505;
}
.AnyTagClassName
{
color: #834505;
}
</style>
background-color css
<style>
a { background-color: #834505; }
a { background-color: rgb(131,69,5); }
div.DivClassName
{
background-color: #834505;
}
.BgClassName
{
background-color: #834505;
}
</style>
border-color css
<style>
span { border-color: #834505; }
span { border-color: rgb(131,69,5); }
td.TdClassName
{
border-color: #834505;
}
.TagClassName
{
border-color: #834505;
}
</style>