Shades of Saddle Brown #924B19
Tints of Saddle Brown #924B19
RGB
CMYK
RGB Variations
Color information
#924B19 (or 0x924B19) is known color: Saddle Brown. HEX triplet: 92, 4B and 19. RGB value is (146,75,25). Sum of RGB (Red+Green+Blue) = 146+75+25=246 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.35% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 146 - color contains mainly: red. Hex color #924B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924B19 is #6DB4E6. Grayscale: #5A5A5A. Windows color (decimal): -7189735 or 1657746. OLE color: 1657746.
HSL color Cylindrical-coordinate representation of color #924B19: hue angle of 24.79º 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 #924B19 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 75 | 25 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.43 |
| HSL | 24.79º | 0.71% | 0.34% | - |
| HSV(B) | 24.79º | 0.83% | 0.57% | - |
| XYZ | 14.55 | 11.21 | 2.32 | - |
| YUV | 90.53 | 91.02 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 75 | 25 | 0 | 0.49 | 0.83 | 0.43 | 24.79 | 0.71 | 0.34 |
| Hex | 92 | 4B | 19 | 0 | 31 | 53 | 2B | 19 | 47 | 22 |
| Octal | 222 | 113 | 31 | 0 | 61 | 123 | 53 | 31 | 107 | 42 |
| Binary | 10010010 | 1001011 | 11001 | 0 | 110001 | 1010011 | 101011 | 11001 | 1000111 | 100010 |
Color Harmonies of #924B19
Complementary color
Monochromatic Colors of #924B19
Black with #924B19
Text Example
Text Example
White with #924B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924B19; }
p { color: rgb(146,75,25); }
H1.HeaderClassName
{
color: #924B19;
}
.AnyTagClassName
{
color: #924B19;
}
</style>
background-color css
<style>
a { background-color: #924B19; }
a { background-color: rgb(146,75,25); }
div.DivClassName
{
background-color: #924B19;
}
.BgClassName
{
background-color: #924B19;
}
</style>
border-color css
<style>
span { border-color: #924B19; }
span { border-color: rgb(146,75,25); }
td.TdClassName
{
border-color: #924B19;
}
.TagClassName
{
border-color: #924B19;
}
</style>