Shades of Saddle Brown #83370C
Tints of Saddle Brown #83370C
RGB
CMYK
RGB Variations
Color information
#83370C (or 0x83370C) is known color: Saddle Brown. HEX triplet: 83, 37 and 0C. RGB value is (131,55,12). Sum of RGB (Red+Green+Blue) = 131+55+12=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #83370C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83370C is #7CC8F3. Grayscale: #494949. Windows color (decimal): -8177908 or 800643. OLE color: 800643.
HSL color Cylindrical-coordinate representation of color #83370C: hue angle of 21.68º 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 #83370C is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 55 | 12 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.49 |
| HSL | 21.68º | 0.83% | 0.28% | - |
| HSV(B) | 21.68º | 0.91% | 0.51% | - |
| XYZ | 10.79 | 7.58 | 1.24 | - |
| YUV | 72.82 | 93.68 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 55 | 12 | 0 | 0.58 | 0.91 | 0.49 | 21.68 | 0.83 | 0.28 |
| Hex | 83 | 37 | C | 0 | 3A | 5B | 31 | 16 | 53 | 1C |
| Octal | 203 | 67 | 14 | 0 | 72 | 133 | 61 | 26 | 123 | 34 |
| Binary | 10000011 | 110111 | 1100 | 0 | 111010 | 1011011 | 110001 | 10110 | 1010011 | 11100 |
Color Harmonies of #83370C
Complementary color
Monochromatic Colors of #83370C
Black with #83370C
Text Example
Text Example
White with #83370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83370C; }
p { color: rgb(131,55,12); }
H1.HeaderClassName
{
color: #83370C;
}
.AnyTagClassName
{
color: #83370C;
}
</style>
background-color css
<style>
a { background-color: #83370C; }
a { background-color: rgb(131,55,12); }
div.DivClassName
{
background-color: #83370C;
}
.BgClassName
{
background-color: #83370C;
}
</style>
border-color css
<style>
span { border-color: #83370C; }
span { border-color: rgb(131,55,12); }
td.TdClassName
{
border-color: #83370C;
}
.TagClassName
{
border-color: #83370C;
}
</style>