Shades of Saddle Brown #83350A
Tints of Saddle Brown #83350A
RGB
CMYK
RGB Variations
Color information
#83350A (or 0x83350A) is known color: Saddle Brown. HEX triplet: 83, 35 and 0A. RGB value is (131,53,10). Sum of RGB (Red+Green+Blue) = 131+53+10=194 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.53% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 131 - color contains mainly: red. Hex color #83350A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83350A is #7CCAF5. Grayscale: #474747. Windows color (decimal): -8178422 or 669059. OLE color: 669059.
HSL color Cylindrical-coordinate representation of color #83350A: hue angle of 21.32º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83350A is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 53 | 10 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.49 |
| HSL | 21.32º | 0.86% | 0.28% | - |
| HSV(B) | 21.32º | 0.92% | 0.51% | - |
| XYZ | 10.69 | 7.39 | 1.15 | - |
| YUV | 71.42 | 93.34 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 53 | 10 | 0 | 0.60 | 0.92 | 0.49 | 21.32 | 0.86 | 0.28 |
| Hex | 83 | 35 | A | 0 | 3C | 5C | 31 | 15 | 56 | 1C |
| Octal | 203 | 65 | 12 | 0 | 74 | 134 | 61 | 25 | 126 | 34 |
| Binary | 10000011 | 110101 | 1010 | 0 | 111100 | 1011100 | 110001 | 10101 | 1010110 | 11100 |
Color Harmonies of #83350A
Complementary color
Monochromatic Colors of #83350A
Black with #83350A
Text Example
Text Example
White with #83350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83350A; }
p { color: rgb(131,53,10); }
H1.HeaderClassName
{
color: #83350A;
}
.AnyTagClassName
{
color: #83350A;
}
</style>
background-color css
<style>
a { background-color: #83350A; }
a { background-color: rgb(131,53,10); }
div.DivClassName
{
background-color: #83350A;
}
.BgClassName
{
background-color: #83350A;
}
</style>
border-color css
<style>
span { border-color: #83350A; }
span { border-color: rgb(131,53,10); }
td.TdClassName
{
border-color: #83350A;
}
.TagClassName
{
border-color: #83350A;
}
</style>