Shades of Saddle Brown #83360C
Tints of Saddle Brown #83360C
RGB
CMYK
RGB Variations
Color information
#83360C (or 0x83360C) is known color: Saddle Brown. HEX triplet: 83, 36 and 0C. RGB value is (131,54,12). Sum of RGB (Red+Green+Blue) = 131+54+12=197 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.50% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 131 - color contains mainly: red. Hex color #83360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83360C is #7CC9F3. Grayscale: #484848. Windows color (decimal): -8178164 or 800387. OLE color: 800387.
HSL color Cylindrical-coordinate representation of color #83360C: hue angle of 21.18º 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 #83360C is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 54 | 12 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.49 |
| HSL | 21.18º | 0.83% | 0.28% | - |
| HSV(B) | 21.18º | 0.91% | 0.51% | - |
| XYZ | 10.75 | 7.49 | 1.23 | - |
| YUV | 72.24 | 94.01 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 54 | 12 | 0 | 0.59 | 0.91 | 0.49 | 21.18 | 0.83 | 0.28 |
| Hex | 83 | 36 | C | 0 | 3B | 5B | 31 | 15 | 53 | 1C |
| Octal | 203 | 66 | 14 | 0 | 73 | 133 | 61 | 25 | 123 | 34 |
| Binary | 10000011 | 110110 | 1100 | 0 | 111011 | 1011011 | 110001 | 10101 | 1010011 | 11100 |
Color Harmonies of #83360C
Complementary color
Monochromatic Colors of #83360C
Black with #83360C
Text Example
Text Example
White with #83360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83360C; }
p { color: rgb(131,54,12); }
H1.HeaderClassName
{
color: #83360C;
}
.AnyTagClassName
{
color: #83360C;
}
</style>
background-color css
<style>
a { background-color: #83360C; }
a { background-color: rgb(131,54,12); }
div.DivClassName
{
background-color: #83360C;
}
.BgClassName
{
background-color: #83360C;
}
</style>
border-color css
<style>
span { border-color: #83360C; }
span { border-color: rgb(131,54,12); }
td.TdClassName
{
border-color: #83360C;
}
.TagClassName
{
border-color: #83360C;
}
</style>