Shades of Saddle Brown #832E0A
Tints of Saddle Brown #832E0A
RGB
CMYK
RGB Variations
Color information
#832E0A (or 0x832E0A) is known color: Saddle Brown. HEX triplet: 83, 2E and 0A. RGB value is (131,46,10). Sum of RGB (Red+Green+Blue) = 131+46+10=187 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.05% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 131 - color contains mainly: red. Hex color #832E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832E0A is #7CD1F5. Grayscale: #434343. Windows color (decimal): -8180214 or 667267. OLE color: 667267.
HSL color Cylindrical-coordinate representation of color #832E0A: hue angle of 17.85º 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 #832E0A is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 46 | 10 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.49 |
| HSL | 17.85º | 0.86% | 0.28% | - |
| HSV(B) | 17.85º | 0.92% | 0.51% | - |
| XYZ | 10.39 | 6.8 | 1.05 | - |
| YUV | 67.31 | 95.66 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 46 | 10 | 0 | 0.65 | 0.92 | 0.49 | 17.85 | 0.86 | 0.28 |
| Hex | 83 | 2E | A | 0 | 41 | 5C | 31 | 12 | 56 | 1C |
| Octal | 203 | 56 | 12 | 0 | 101 | 134 | 61 | 22 | 126 | 34 |
| Binary | 10000011 | 101110 | 1010 | 0 | 1000001 | 1011100 | 110001 | 10010 | 1010110 | 11100 |
Color Harmonies of #832E0A
Complementary color
Monochromatic Colors of #832E0A
Black with #832E0A
Text Example
Text Example
White with #832E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832E0A; }
p { color: rgb(131,46,10); }
H1.HeaderClassName
{
color: #832E0A;
}
.AnyTagClassName
{
color: #832E0A;
}
</style>
background-color css
<style>
a { background-color: #832E0A; }
a { background-color: rgb(131,46,10); }
div.DivClassName
{
background-color: #832E0A;
}
.BgClassName
{
background-color: #832E0A;
}
</style>
border-color css
<style>
span { border-color: #832E0A; }
span { border-color: rgb(131,46,10); }
td.TdClassName
{
border-color: #832E0A;
}
.TagClassName
{
border-color: #832E0A;
}
</style>