Shades of Saddle Brown #833C14
Tints of Saddle Brown #833C14
RGB
CMYK
RGB Variations
Color information
#833C14 (or 0x833C14) is known color: Saddle Brown. HEX triplet: 83, 3C and 14. RGB value is (131,60,20). Sum of RGB (Red+Green+Blue) = 131+60+20=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #833C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833C14 is #7CC3EB. Grayscale: #4C4C4C. Windows color (decimal): -8176620 or 1326211. OLE color: 1326211.
HSL color Cylindrical-coordinate representation of color #833C14: hue angle of 21.62º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #833C14 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 60 | 20 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.49 |
| HSL | 21.62º | 0.74% | 0.3% | - |
| HSV(B) | 21.62º | 0.85% | 0.51% | - |
| XYZ | 11.1 | 8.11 | 1.64 | - |
| YUV | 76.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 20 | 0 | 0.54 | 0.85 | 0.49 | 21.62 | 0.74 | 0.3 |
| Hex | 83 | 3C | 14 | 0 | 36 | 55 | 31 | 16 | 4A | 1E |
| Octal | 203 | 74 | 24 | 0 | 66 | 125 | 61 | 26 | 112 | 36 |
| Binary | 10000011 | 111100 | 10100 | 0 | 110110 | 1010101 | 110001 | 10110 | 1001010 | 11110 |
Color Harmonies of #833C14
Complementary color
Monochromatic Colors of #833C14
Black with #833C14
Text Example
Text Example
White with #833C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833C14; }
p { color: rgb(131,60,20); }
H1.HeaderClassName
{
color: #833C14;
}
.AnyTagClassName
{
color: #833C14;
}
</style>
background-color css
<style>
a { background-color: #833C14; }
a { background-color: rgb(131,60,20); }
div.DivClassName
{
background-color: #833C14;
}
.BgClassName
{
background-color: #833C14;
}
</style>
border-color css
<style>
span { border-color: #833C14; }
span { border-color: rgb(131,60,20); }
td.TdClassName
{
border-color: #833C14;
}
.TagClassName
{
border-color: #833C14;
}
</style>