Shades of Saddle Brown #823211
Tints of Saddle Brown #823211
RGB
CMYK
RGB Variations
Color information
#823211 (or 0x823211) is known color: Saddle Brown. HEX triplet: 82, 32 and 11. RGB value is (130,50,17). Sum of RGB (Red+Green+Blue) = 130+50+17=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #823211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823211 is #7DCDEE. Grayscale: #464646. Windows color (decimal): -8244719 or 1127042. OLE color: 1127042.
HSL color Cylindrical-coordinate representation of color #823211: hue angle of 17.52º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #823211 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 50 | 17 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.49 |
| HSL | 17.52º | 0.77% | 0.29% | - |
| HSV(B) | 17.52º | 0.87% | 0.51% | - |
| XYZ | 10.45 | 7.07 | 1.34 | - |
| YUV | 70.16 | 98 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 17 | 0 | 0.62 | 0.87 | 0.49 | 17.52 | 0.77 | 0.29 |
| Hex | 82 | 32 | 11 | 0 | 3E | 57 | 31 | 12 | 4D | 1D |
| Octal | 202 | 62 | 21 | 0 | 76 | 127 | 61 | 22 | 115 | 35 |
| Binary | 10000010 | 110010 | 10001 | 0 | 111110 | 1010111 | 110001 | 10010 | 1001101 | 11101 |
Color Harmonies of #823211
Complementary color
Monochromatic Colors of #823211
Black with #823211
Text Example
Text Example
White with #823211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823211; }
p { color: rgb(130,50,17); }
H1.HeaderClassName
{
color: #823211;
}
.AnyTagClassName
{
color: #823211;
}
</style>
background-color css
<style>
a { background-color: #823211; }
a { background-color: rgb(130,50,17); }
div.DivClassName
{
background-color: #823211;
}
.BgClassName
{
background-color: #823211;
}
</style>
border-color css
<style>
span { border-color: #823211; }
span { border-color: rgb(130,50,17); }
td.TdClassName
{
border-color: #823211;
}
.TagClassName
{
border-color: #823211;
}
</style>