Shades of Saddle Brown #924C19
Tints of Saddle Brown #924C19
RGB
CMYK
RGB Variations
Color information
#924C19 (or 0x924C19) is known color: Saddle Brown. HEX triplet: 92, 4C and 19. RGB value is (146,76,25). Sum of RGB (Red+Green+Blue) = 146+76+25=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #924C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924C19 is #6DB3E6. Grayscale: #5B5B5B. Windows color (decimal): -7189479 or 1658002. OLE color: 1658002.
HSL color Cylindrical-coordinate representation of color #924C19: hue angle of 25.29º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #924C19 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 76 | 25 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.43 |
| HSL | 25.29º | 0.71% | 0.34% | - |
| HSV(B) | 25.29º | 0.83% | 0.57% | - |
| XYZ | 14.61 | 11.35 | 2.34 | - |
| YUV | 91.12 | 90.69 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 25 | 0 | 0.48 | 0.83 | 0.43 | 25.29 | 0.71 | 0.34 |
| Hex | 92 | 4C | 19 | 0 | 30 | 53 | 2B | 19 | 47 | 22 |
| Octal | 222 | 114 | 31 | 0 | 60 | 123 | 53 | 31 | 107 | 42 |
| Binary | 10010010 | 1001100 | 11001 | 0 | 110000 | 1010011 | 101011 | 11001 | 1000111 | 100010 |
Color Harmonies of #924C19
Complementary color
Monochromatic Colors of #924C19
Black with #924C19
Text Example
Text Example
White with #924C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924C19; }
p { color: rgb(146,76,25); }
H1.HeaderClassName
{
color: #924C19;
}
.AnyTagClassName
{
color: #924C19;
}
</style>
background-color css
<style>
a { background-color: #924C19; }
a { background-color: rgb(146,76,25); }
div.DivClassName
{
background-color: #924C19;
}
.BgClassName
{
background-color: #924C19;
}
</style>
border-color css
<style>
span { border-color: #924C19; }
span { border-color: rgb(146,76,25); }
td.TdClassName
{
border-color: #924C19;
}
.TagClassName
{
border-color: #924C19;
}
</style>