Shades of Saddle Brown #924901
Tints of Saddle Brown #924901
RGB
CMYK
RGB Variations
Color information
#924901 (or 0x924901) is known color: Saddle Brown. HEX triplet: 92, 49 and 01. RGB value is (146,73,1). Sum of RGB (Red+Green+Blue) = 146+73+1=220 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.36% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 146 - color contains mainly: red. Hex color #924901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924901 is #6DB6FE. Grayscale: #565656. Windows color (decimal): -7190271 or 84370. OLE color: 84370.
HSL color Cylindrical-coordinate representation of color #924901: hue angle of 29.79º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #924901 is Cyan = 0, Magento = 0.5, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 73 | 1 | - |
| CMYK | 0 | 0.5 | 0.99 | 0.43 |
| HSL | 29.79º | 0.99% | 0.29% | - |
| HSV(B) | 29.79º | 0.99% | 0.57% | - |
| XYZ | 14.24 | 10.88 | 1.38 | - |
| YUV | 86.62 | 79.68 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 73 | 1 | 0 | 0.5 | 0.99 | 0.43 | 29.79 | 0.99 | 0.29 |
| Hex | 92 | 49 | 1 | 0 | 32 | 63 | 2B | 1E | 63 | 1D |
| Octal | 222 | 111 | 1 | 0 | 62 | 143 | 53 | 36 | 143 | 35 |
| Binary | 10010010 | 1001001 | 1 | 0 | 110010 | 1100011 | 101011 | 11110 | 1100011 | 11101 |
Color Harmonies of #924901
Complementary color
Monochromatic Colors of #924901
Black with #924901
Text Example
Text Example
White with #924901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924901; }
p { color: rgb(146,73,1); }
H1.HeaderClassName
{
color: #924901;
}
.AnyTagClassName
{
color: #924901;
}
</style>
background-color css
<style>
a { background-color: #924901; }
a { background-color: rgb(146,73,1); }
div.DivClassName
{
background-color: #924901;
}
.BgClassName
{
background-color: #924901;
}
</style>
border-color css
<style>
span { border-color: #924901; }
span { border-color: rgb(146,73,1); }
td.TdClassName
{
border-color: #924901;
}
.TagClassName
{
border-color: #924901;
}
</style>