Shades of Saddle Brown #833505
Tints of Saddle Brown #833505
RGB
CMYK
RGB Variations
Color information
#833505 (or 0x833505) is known color: Saddle Brown. HEX triplet: 83, 35 and 05. RGB value is (131,53,5). Sum of RGB (Red+Green+Blue) = 131+53+5=189 (25% of max value = 765). Red value is 131 (51.56% from 255 or 69.31% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 131 - color contains mainly: red. Hex color #833505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833505 is #7CCAFA. Grayscale: #474747. Windows color (decimal): -8178427 or 341379. OLE color: 341379.
HSL color Cylindrical-coordinate representation of color #833505: hue angle of 22.86º 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 #833505 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 53 | 5 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.49 |
| HSL | 22.86º | 0.93% | 0.27% | - |
| HSV(B) | 22.86º | 0.96% | 0.51% | - |
| XYZ | 10.66 | 7.38 | 1.01 | - |
| YUV | 70.85 | 90.84 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 53 | 5 | 0 | 0.60 | 0.96 | 0.49 | 22.86 | 0.93 | 0.27 |
| Hex | 83 | 35 | 5 | 0 | 3C | 60 | 31 | 17 | 5D | 1B |
| Octal | 203 | 65 | 5 | 0 | 74 | 140 | 61 | 27 | 135 | 33 |
| Binary | 10000011 | 110101 | 101 | 0 | 111100 | 1100000 | 110001 | 10111 | 1011101 | 11011 |
Color Harmonies of #833505
Complementary color
Monochromatic Colors of #833505
Black with #833505
Text Example
Text Example
White with #833505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833505; }
p { color: rgb(131,53,5); }
H1.HeaderClassName
{
color: #833505;
}
.AnyTagClassName
{
color: #833505;
}
</style>
background-color css
<style>
a { background-color: #833505; }
a { background-color: rgb(131,53,5); }
div.DivClassName
{
background-color: #833505;
}
.BgClassName
{
background-color: #833505;
}
</style>
border-color css
<style>
span { border-color: #833505; }
span { border-color: rgb(131,53,5); }
td.TdClassName
{
border-color: #833505;
}
.TagClassName
{
border-color: #833505;
}
</style>