Shades of Saddle Brown #924005
Tints of Saddle Brown #924005
RGB
CMYK
RGB Variations
Color information
#924005 (or 0x924005) is known color: Saddle Brown. HEX triplet: 92, 40 and 05. RGB value is (146,64,5). Sum of RGB (Red+Green+Blue) = 146+64+5=215 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.91% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 146 - color contains mainly: red. Hex color #924005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924005 is #6DBFFA. Grayscale: #525252. Windows color (decimal): -7192571 or 344210. OLE color: 344210.
HSL color Cylindrical-coordinate representation of color #924005: hue angle of 25.11º 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 #924005 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 64 | 5 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.43 |
| HSL | 25.11º | 0.93% | 0.3% | - |
| HSV(B) | 25.11º | 0.97% | 0.57% | - |
| XYZ | 13.71 | 9.79 | 1.31 | - |
| YUV | 81.79 | 84.67 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 64 | 5 | 0 | 0.56 | 0.97 | 0.43 | 25.11 | 0.93 | 0.3 |
| Hex | 92 | 40 | 5 | 0 | 38 | 61 | 2B | 19 | 5D | 1E |
| Octal | 222 | 100 | 5 | 0 | 70 | 141 | 53 | 31 | 135 | 36 |
| Binary | 10010010 | 1000000 | 101 | 0 | 111000 | 1100001 | 101011 | 11001 | 1011101 | 11110 |
Color Harmonies of #924005
Complementary color
Monochromatic Colors of #924005
Black with #924005
Text Example
Text Example
White with #924005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924005; }
p { color: rgb(146,64,5); }
H1.HeaderClassName
{
color: #924005;
}
.AnyTagClassName
{
color: #924005;
}
</style>
background-color css
<style>
a { background-color: #924005; }
a { background-color: rgb(146,64,5); }
div.DivClassName
{
background-color: #924005;
}
.BgClassName
{
background-color: #924005;
}
</style>
border-color css
<style>
span { border-color: #924005; }
span { border-color: rgb(146,64,5); }
td.TdClassName
{
border-color: #924005;
}
.TagClassName
{
border-color: #924005;
}
</style>