Shades of Saddle Brown #833E0A
Tints of Saddle Brown #833E0A
RGB
CMYK
RGB Variations
Color information
#833E0A (or 0x833E0A) is known color: Saddle Brown. HEX triplet: 83, 3E and 0A. RGB value is (131,62,10). Sum of RGB (Red+Green+Blue) = 131+62+10=203 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.53% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 131 - color contains mainly: red. Hex color #833E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833E0A is #7CC1F5. Grayscale: #4C4C4C. Windows color (decimal): -8176118 or 671363. OLE color: 671363.
HSL color Cylindrical-coordinate representation of color #833E0A: hue angle of 25.79º 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 #833E0A is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 62 | 10 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.49 |
| HSL | 25.79º | 0.86% | 0.28% | - |
| HSV(B) | 25.79º | 0.92% | 0.51% | - |
| XYZ | 11.14 | 8.29 | 1.3 | - |
| YUV | 76.7 | 90.36 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 10 | 0 | 0.53 | 0.92 | 0.49 | 25.79 | 0.86 | 0.28 |
| Hex | 83 | 3E | A | 0 | 35 | 5C | 31 | 1A | 56 | 1C |
| Octal | 203 | 76 | 12 | 0 | 65 | 134 | 61 | 32 | 126 | 34 |
| Binary | 10000011 | 111110 | 1010 | 0 | 110101 | 1011100 | 110001 | 11010 | 1010110 | 11100 |
Color Harmonies of #833E0A
Complementary color
Monochromatic Colors of #833E0A
Black with #833E0A
Text Example
Text Example
White with #833E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833E0A; }
p { color: rgb(131,62,10); }
H1.HeaderClassName
{
color: #833E0A;
}
.AnyTagClassName
{
color: #833E0A;
}
</style>
background-color css
<style>
a { background-color: #833E0A; }
a { background-color: rgb(131,62,10); }
div.DivClassName
{
background-color: #833E0A;
}
.BgClassName
{
background-color: #833E0A;
}
</style>
border-color css
<style>
span { border-color: #833E0A; }
span { border-color: rgb(131,62,10); }
td.TdClassName
{
border-color: #833E0A;
}
.TagClassName
{
border-color: #833E0A;
}
</style>