Shades of Saddle Brown #923711
Tints of Saddle Brown #923711
RGB
CMYK
RGB Variations
Color information
#923711 (or 0x923711) is known color: Saddle Brown. HEX triplet: 92, 37 and 11. RGB value is (146,55,17). Sum of RGB (Red+Green+Blue) = 146+55+17=218 (28% of max value = 765). Red value is 146 (57.42% from 255 or 66.97% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 146 - color contains mainly: red. Hex color #923711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923711 is #6DC8EE. Grayscale: #4E4E4E. Windows color (decimal): -7194863 or 1128338. OLE color: 1128338.
HSL color Cylindrical-coordinate representation of color #923711: hue angle of 17.67º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #923711 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 55 | 17 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.43 |
| HSL | 17.67º | 0.79% | 0.32% | - |
| HSV(B) | 17.67º | 0.88% | 0.57% | - |
| XYZ | 13.32 | 8.88 | 1.54 | - |
| YUV | 77.88 | 93.65 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 55 | 17 | 0 | 0.62 | 0.88 | 0.43 | 17.67 | 0.79 | 0.32 |
| Hex | 92 | 37 | 11 | 0 | 3E | 58 | 2B | 12 | 4F | 20 |
| Octal | 222 | 67 | 21 | 0 | 76 | 130 | 53 | 22 | 117 | 40 |
| Binary | 10010010 | 110111 | 10001 | 0 | 111110 | 1011000 | 101011 | 10010 | 1001111 | 100000 |
Color Harmonies of #923711
Complementary color
Monochromatic Colors of #923711
Black with #923711
Text Example
Text Example
White with #923711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923711; }
p { color: rgb(146,55,17); }
H1.HeaderClassName
{
color: #923711;
}
.AnyTagClassName
{
color: #923711;
}
</style>
background-color css
<style>
a { background-color: #923711; }
a { background-color: rgb(146,55,17); }
div.DivClassName
{
background-color: #923711;
}
.BgClassName
{
background-color: #923711;
}
</style>
border-color css
<style>
span { border-color: #923711; }
span { border-color: rgb(146,55,17); }
td.TdClassName
{
border-color: #923711;
}
.TagClassName
{
border-color: #923711;
}
</style>