Shades of Saddle Brown #833C0E
Tints of Saddle Brown #833C0E
RGB
CMYK
RGB Variations
Color information
#833C0E (or 0x833C0E) is known color: Saddle Brown. HEX triplet: 83, 3C and 0E. RGB value is (131,60,14). Sum of RGB (Red+Green+Blue) = 131+60+14=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #833C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833C0E is #7CC3F1. Grayscale: #4C4C4C. Windows color (decimal): -8176626 or 932995. OLE color: 932995.
HSL color Cylindrical-coordinate representation of color #833C0E: hue angle of 23.59º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #833C0E is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 60 | 14 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.49 |
| HSL | 23.59º | 0.81% | 0.28% | - |
| HSV(B) | 23.59º | 0.89% | 0.51% | - |
| XYZ | 11.06 | 8.09 | 1.39 | - |
| YUV | 75.99 | 93.02 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 14 | 0 | 0.54 | 0.89 | 0.49 | 23.59 | 0.81 | 0.28 |
| Hex | 83 | 3C | E | 0 | 36 | 59 | 31 | 18 | 51 | 1C |
| Octal | 203 | 74 | 16 | 0 | 66 | 131 | 61 | 30 | 121 | 34 |
| Binary | 10000011 | 111100 | 1110 | 0 | 110110 | 1011001 | 110001 | 11000 | 1010001 | 11100 |
Color Harmonies of #833C0E
Complementary color
Monochromatic Colors of #833C0E
Black with #833C0E
Text Example
Text Example
White with #833C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833C0E; }
p { color: rgb(131,60,14); }
H1.HeaderClassName
{
color: #833C0E;
}
.AnyTagClassName
{
color: #833C0E;
}
</style>
background-color css
<style>
a { background-color: #833C0E; }
a { background-color: rgb(131,60,14); }
div.DivClassName
{
background-color: #833C0E;
}
.BgClassName
{
background-color: #833C0E;
}
</style>
border-color css
<style>
span { border-color: #833C0E; }
span { border-color: rgb(131,60,14); }
td.TdClassName
{
border-color: #833C0E;
}
.TagClassName
{
border-color: #833C0E;
}
</style>