Shades of Saddle Brown #924400
Tints of Saddle Brown #924400
RGB
CMYK
RGB Variations
Color information
#924400 (or 0x924400) is known color: Saddle Brown. HEX triplet: 92, 44 and 00. RGB value is (146,68,0). Sum of RGB (Red+Green+Blue) = 146+68+0=214 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.22% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 146 - color contains mainly: red. Hex color #924400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924400 is #6DBBFF. Grayscale: #535353. Windows color (decimal): -7191552 or 17554. OLE color: 17554.
HSL color Cylindrical-coordinate representation of color #924400: hue angle of 27.95º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #924400 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 68 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.43 |
| HSL | 27.95º | 1% | 0.29% | - |
| HSV(B) | 27.95º | 1% | 0.57% | - |
| XYZ | 13.92 | 10.25 | 1.24 | - |
| YUV | 83.57 | 80.84 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 68 | 0 | 0 | 0.53 | 1 | 0.43 | 27.95 | 1 | 0.29 |
| Hex | 92 | 44 | 0 | 0 | 35 | 64 | 2B | 1C | 64 | 1D |
| Octal | 222 | 104 | 0 | 0 | 65 | 144 | 53 | 34 | 144 | 35 |
| Binary | 10010010 | 1000100 | 0 | 0 | 110101 | 1100100 | 101011 | 11100 | 1100100 | 11101 |
Color Harmonies of #924400
Complementary color
Monochromatic Colors of #924400
Black with #924400
Text Example
Text Example
White with #924400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924400; }
p { color: rgb(146,68,0); }
H1.HeaderClassName
{
color: #924400;
}
.AnyTagClassName
{
color: #924400;
}
</style>
background-color css
<style>
a { background-color: #924400; }
a { background-color: rgb(146,68,0); }
div.DivClassName
{
background-color: #924400;
}
.BgClassName
{
background-color: #924400;
}
</style>
border-color css
<style>
span { border-color: #924400; }
span { border-color: rgb(146,68,0); }
td.TdClassName
{
border-color: #924400;
}
.TagClassName
{
border-color: #924400;
}
</style>