Shades of Saddle Brown #924705
Tints of Saddle Brown #924705
RGB
CMYK
RGB Variations
Color information
#924705 (or 0x924705) is known color: Saddle Brown. HEX triplet: 92, 47 and 05. RGB value is (146,71,5). Sum of RGB (Red+Green+Blue) = 146+71+5=222 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.77% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 146 - color contains mainly: red. Hex color #924705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924705 is #6DB8FA. Grayscale: #565656. Windows color (decimal): -7190779 or 346002. OLE color: 346002.
HSL color Cylindrical-coordinate representation of color #924705: hue angle of 28.09º 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 #924705 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 71 | 5 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.43 |
| HSL | 28.09º | 0.93% | 0.3% | - |
| HSV(B) | 28.09º | 0.97% | 0.57% | - |
| XYZ | 14.13 | 10.63 | 1.45 | - |
| YUV | 85.9 | 82.35 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 71 | 5 | 0 | 0.51 | 0.97 | 0.43 | 28.09 | 0.93 | 0.3 |
| Hex | 92 | 47 | 5 | 0 | 33 | 61 | 2B | 1C | 5D | 1E |
| Octal | 222 | 107 | 5 | 0 | 63 | 141 | 53 | 34 | 135 | 36 |
| Binary | 10010010 | 1000111 | 101 | 0 | 110011 | 1100001 | 101011 | 11100 | 1011101 | 11110 |
Color Harmonies of #924705
Complementary color
Monochromatic Colors of #924705
Black with #924705
Text Example
Text Example
White with #924705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924705; }
p { color: rgb(146,71,5); }
H1.HeaderClassName
{
color: #924705;
}
.AnyTagClassName
{
color: #924705;
}
</style>
background-color css
<style>
a { background-color: #924705; }
a { background-color: rgb(146,71,5); }
div.DivClassName
{
background-color: #924705;
}
.BgClassName
{
background-color: #924705;
}
</style>
border-color css
<style>
span { border-color: #924705; }
span { border-color: rgb(146,71,5); }
td.TdClassName
{
border-color: #924705;
}
.TagClassName
{
border-color: #924705;
}
</style>