Shades of Saddle Brown #924819
Tints of Saddle Brown #924819
RGB
CMYK
RGB Variations
Color information
#924819 (or 0x924819) is known color: Saddle Brown. HEX triplet: 92, 48 and 19. RGB value is (146,72,25). Sum of RGB (Red+Green+Blue) = 146+72+25=243 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.08% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 146 - color contains mainly: red. Hex color #924819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924819 is #6DB7E6. Grayscale: #595959. Windows color (decimal): -7190503 or 1656978. OLE color: 1656978.
HSL color Cylindrical-coordinate representation of color #924819: hue angle of 23.31º 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 #924819 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 72 | 25 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.43 |
| HSL | 23.31º | 0.71% | 0.34% | - |
| HSV(B) | 23.31º | 0.83% | 0.57% | - |
| XYZ | 14.35 | 10.82 | 2.25 | - |
| YUV | 88.77 | 92.02 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 72 | 25 | 0 | 0.51 | 0.83 | 0.43 | 23.31 | 0.71 | 0.34 |
| Hex | 92 | 48 | 19 | 0 | 33 | 53 | 2B | 17 | 47 | 22 |
| Octal | 222 | 110 | 31 | 0 | 63 | 123 | 53 | 27 | 107 | 42 |
| Binary | 10010010 | 1001000 | 11001 | 0 | 110011 | 1010011 | 101011 | 10111 | 1000111 | 100010 |
Color Harmonies of #924819
Complementary color
Monochromatic Colors of #924819
Black with #924819
Text Example
Text Example
White with #924819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924819; }
p { color: rgb(146,72,25); }
H1.HeaderClassName
{
color: #924819;
}
.AnyTagClassName
{
color: #924819;
}
</style>
background-color css
<style>
a { background-color: #924819; }
a { background-color: rgb(146,72,25); }
div.DivClassName
{
background-color: #924819;
}
.BgClassName
{
background-color: #924819;
}
</style>
border-color css
<style>
span { border-color: #924819; }
span { border-color: rgb(146,72,25); }
td.TdClassName
{
border-color: #924819;
}
.TagClassName
{
border-color: #924819;
}
</style>