Shades of Saddle Brown #833D13
Tints of Saddle Brown #833D13
RGB
CMYK
RGB Variations
Color information
#833D13 (or 0x833D13) is known color: Saddle Brown. HEX triplet: 83, 3D and 13. RGB value is (131,61,19). Sum of RGB (Red+Green+Blue) = 131+61+19=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #833D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833D13 is #7CC2EC. Grayscale: #4D4D4D. Windows color (decimal): -8176365 or 1260931. OLE color: 1260931.
HSL color Cylindrical-coordinate representation of color #833D13: hue angle of 22.5º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #833D13 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 61 | 19 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.49 |
| HSL | 22.5º | 0.75% | 0.29% | - |
| HSV(B) | 22.5º | 0.85% | 0.51% | - |
| XYZ | 11.15 | 8.21 | 1.61 | - |
| YUV | 77.14 | 95.19 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 19 | 0 | 0.53 | 0.85 | 0.49 | 22.5 | 0.75 | 0.29 |
| Hex | 83 | 3D | 13 | 0 | 35 | 55 | 31 | 16 | 4B | 1D |
| Octal | 203 | 75 | 23 | 0 | 65 | 125 | 61 | 26 | 113 | 35 |
| Binary | 10000011 | 111101 | 10011 | 0 | 110101 | 1010101 | 110001 | 10110 | 1001011 | 11101 |
Color Harmonies of #833D13
Complementary color
Monochromatic Colors of #833D13
Black with #833D13
Text Example
Text Example
White with #833D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833D13; }
p { color: rgb(131,61,19); }
H1.HeaderClassName
{
color: #833D13;
}
.AnyTagClassName
{
color: #833D13;
}
</style>
background-color css
<style>
a { background-color: #833D13; }
a { background-color: rgb(131,61,19); }
div.DivClassName
{
background-color: #833D13;
}
.BgClassName
{
background-color: #833D13;
}
</style>
border-color css
<style>
span { border-color: #833D13; }
span { border-color: rgb(131,61,19); }
td.TdClassName
{
border-color: #833D13;
}
.TagClassName
{
border-color: #833D13;
}
</style>