Shades of Saddle Brown #924619
Tints of Saddle Brown #924619
RGB
CMYK
RGB Variations
Color information
#924619 (or 0x924619) is known color: Saddle Brown. HEX triplet: 92, 46 and 19. RGB value is (146,70,25). Sum of RGB (Red+Green+Blue) = 146+70+25=241 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.58% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 146 - color contains mainly: red. Hex color #924619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924619 is #6DB9E6. Grayscale: #575757. Windows color (decimal): -7191015 or 1656466. OLE color: 1656466.
HSL color Cylindrical-coordinate representation of color #924619: hue angle of 22.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 #924619 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 70 | 25 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.43 |
| HSL | 22.31º | 0.71% | 0.34% | - |
| HSV(B) | 22.31º | 0.83% | 0.57% | - |
| XYZ | 14.22 | 10.56 | 2.21 | - |
| YUV | 87.59 | 92.68 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 70 | 25 | 0 | 0.52 | 0.83 | 0.43 | 22.31 | 0.71 | 0.34 |
| Hex | 92 | 46 | 19 | 0 | 34 | 53 | 2B | 16 | 47 | 22 |
| Octal | 222 | 106 | 31 | 0 | 64 | 123 | 53 | 26 | 107 | 42 |
| Binary | 10010010 | 1000110 | 11001 | 0 | 110100 | 1010011 | 101011 | 10110 | 1000111 | 100010 |
Color Harmonies of #924619
Complementary color
Monochromatic Colors of #924619
Black with #924619
Text Example
Text Example
White with #924619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924619; }
p { color: rgb(146,70,25); }
H1.HeaderClassName
{
color: #924619;
}
.AnyTagClassName
{
color: #924619;
}
</style>
background-color css
<style>
a { background-color: #924619; }
a { background-color: rgb(146,70,25); }
div.DivClassName
{
background-color: #924619;
}
.BgClassName
{
background-color: #924619;
}
</style>
border-color css
<style>
span { border-color: #924619; }
span { border-color: rgb(146,70,25); }
td.TdClassName
{
border-color: #924619;
}
.TagClassName
{
border-color: #924619;
}
</style>