Shades of Saddle Brown #923C05
Tints of Saddle Brown #923C05
RGB
CMYK
RGB Variations
Color information
#923C05 (or 0x923C05) is known color: Saddle Brown. HEX triplet: 92, 3C and 05. RGB value is (146,60,5). Sum of RGB (Red+Green+Blue) = 146+60+5=211 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.19% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 146 - color contains mainly: red. Hex color #923C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923C05 is #6DC3FA. Grayscale: #4F4F4F. Windows color (decimal): -7193595 or 343186. OLE color: 343186.
HSL color Cylindrical-coordinate representation of color #923C05: hue angle of 23.4º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #923C05 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 60 | 5 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.43 |
| HSL | 23.4º | 0.93% | 0.3% | - |
| HSV(B) | 23.4º | 0.97% | 0.57% | - |
| XYZ | 13.5 | 9.35 | 1.24 | - |
| YUV | 79.44 | 85.99 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 60 | 5 | 0 | 0.59 | 0.97 | 0.43 | 23.4 | 0.93 | 0.3 |
| Hex | 92 | 3C | 5 | 0 | 3B | 61 | 2B | 17 | 5D | 1E |
| Octal | 222 | 74 | 5 | 0 | 73 | 141 | 53 | 27 | 135 | 36 |
| Binary | 10010010 | 111100 | 101 | 0 | 111011 | 1100001 | 101011 | 10111 | 1011101 | 11110 |
Color Harmonies of #923C05
Complementary color
Monochromatic Colors of #923C05
Black with #923C05
Text Example
Text Example
White with #923C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923C05; }
p { color: rgb(146,60,5); }
H1.HeaderClassName
{
color: #923C05;
}
.AnyTagClassName
{
color: #923C05;
}
</style>
background-color css
<style>
a { background-color: #923C05; }
a { background-color: rgb(146,60,5); }
div.DivClassName
{
background-color: #923C05;
}
.BgClassName
{
background-color: #923C05;
}
</style>
border-color css
<style>
span { border-color: #923C05; }
span { border-color: rgb(146,60,5); }
td.TdClassName
{
border-color: #923C05;
}
.TagClassName
{
border-color: #923C05;
}
</style>