Shades of Saddle Brown #833700
Tints of Saddle Brown #833700
RGB
CMYK
RGB Variations
Color information
#833700 (or 0x833700) is known color: Saddle Brown. HEX triplet: 83, 37 and 00. RGB value is (131,55,0). Sum of RGB (Red+Green+Blue) = 131+55+0=186 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.43% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 131 - color contains mainly: red. Hex color #833700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833700 is #7CC8FF. Grayscale: #474747. Windows color (decimal): -8177920 or 14211. OLE color: 14211.
HSL color Cylindrical-coordinate representation of color #833700: hue angle of 25.19º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #833700 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 55 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.49 |
| HSL | 25.19º | 1% | 0.26% | - |
| HSV(B) | 25.19º | 1% | 0.51% | - |
| XYZ | 10.73 | 7.56 | 0.89 | - |
| YUV | 71.45 | 87.68 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 55 | 0 | 0 | 0.58 | 1 | 0.49 | 25.19 | 1 | 0.26 |
| Hex | 83 | 37 | 0 | 0 | 3A | 64 | 31 | 19 | 64 | 1A |
| Octal | 203 | 67 | 0 | 0 | 72 | 144 | 61 | 31 | 144 | 32 |
| Binary | 10000011 | 110111 | 0 | 0 | 111010 | 1100100 | 110001 | 11001 | 1100100 | 11010 |
Color Harmonies of #833700
Complementary color
Monochromatic Colors of #833700
Black with #833700
Text Example
Text Example
White with #833700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833700; }
p { color: rgb(131,55,0); }
H1.HeaderClassName
{
color: #833700;
}
.AnyTagClassName
{
color: #833700;
}
</style>
background-color css
<style>
a { background-color: #833700; }
a { background-color: rgb(131,55,0); }
div.DivClassName
{
background-color: #833700;
}
.BgClassName
{
background-color: #833700;
}
</style>
border-color css
<style>
span { border-color: #833700; }
span { border-color: rgb(131,55,0); }
td.TdClassName
{
border-color: #833700;
}
.TagClassName
{
border-color: #833700;
}
</style>