Shades of Saddle Brown #83390C
Tints of Saddle Brown #83390C
RGB
CMYK
RGB Variations
Color information
#83390C (or 0x83390C) is known color: Saddle Brown. HEX triplet: 83, 39 and 0C. RGB value is (131,57,12). Sum of RGB (Red+Green+Blue) = 131+57+12=200 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 131 - color contains mainly: red. Hex color #83390C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83390C is #7CC6F3. Grayscale: #4A4A4A. Windows color (decimal): -8177396 or 801155. OLE color: 801155.
HSL color Cylindrical-coordinate representation of color #83390C: hue angle of 22.69º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83390C is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 57 | 12 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.49 |
| HSL | 22.69º | 0.83% | 0.28% | - |
| HSV(B) | 22.69º | 0.91% | 0.51% | - |
| XYZ | 10.89 | 7.78 | 1.28 | - |
| YUV | 74 | 93.02 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 57 | 12 | 0 | 0.56 | 0.91 | 0.49 | 22.69 | 0.83 | 0.28 |
| Hex | 83 | 39 | C | 0 | 38 | 5B | 31 | 17 | 53 | 1C |
| Octal | 203 | 71 | 14 | 0 | 70 | 133 | 61 | 27 | 123 | 34 |
| Binary | 10000011 | 111001 | 1100 | 0 | 111000 | 1011011 | 110001 | 10111 | 1010011 | 11100 |
Color Harmonies of #83390C
Complementary color
Monochromatic Colors of #83390C
Black with #83390C
Text Example
Text Example
White with #83390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83390C; }
p { color: rgb(131,57,12); }
H1.HeaderClassName
{
color: #83390C;
}
.AnyTagClassName
{
color: #83390C;
}
</style>
background-color css
<style>
a { background-color: #83390C; }
a { background-color: rgb(131,57,12); }
div.DivClassName
{
background-color: #83390C;
}
.BgClassName
{
background-color: #83390C;
}
</style>
border-color css
<style>
span { border-color: #83390C; }
span { border-color: rgb(131,57,12); }
td.TdClassName
{
border-color: #83390C;
}
.TagClassName
{
border-color: #83390C;
}
</style>