Shades of Saddle Brown #925118
Tints of Saddle Brown #925118
RGB
CMYK
RGB Variations
Color information
#925118 (or 0x925118) is known color: Saddle Brown. HEX triplet: 92, 51 and 18. RGB value is (146,81,24). Sum of RGB (Red+Green+Blue) = 146+81+24=251 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.17% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 146 - color contains mainly: red. Hex color #925118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925118 is #6DAEE7. Grayscale: #5E5E5E. Windows color (decimal): -7188200 or 1593746. OLE color: 1593746.
HSL color Cylindrical-coordinate representation of color #925118: hue angle of 28.03º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #925118 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 81 | 24 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.43 |
| HSL | 28.03º | 0.72% | 0.33% | - |
| HSV(B) | 28.03º | 0.84% | 0.57% | - |
| XYZ | 14.96 | 12.06 | 2.4 | - |
| YUV | 93.94 | 88.53 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 81 | 24 | 0 | 0.45 | 0.84 | 0.43 | 28.03 | 0.72 | 0.33 |
| Hex | 92 | 51 | 18 | 0 | 2D | 54 | 2B | 1C | 48 | 21 |
| Octal | 222 | 121 | 30 | 0 | 55 | 124 | 53 | 34 | 110 | 41 |
| Binary | 10010010 | 1010001 | 11000 | 0 | 101101 | 1010100 | 101011 | 11100 | 1001000 | 100001 |
Color Harmonies of #925118
Complementary color
Monochromatic Colors of #925118
Black with #925118
Text Example
Text Example
White with #925118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925118; }
p { color: rgb(146,81,24); }
H1.HeaderClassName
{
color: #925118;
}
.AnyTagClassName
{
color: #925118;
}
</style>
background-color css
<style>
a { background-color: #925118; }
a { background-color: rgb(146,81,24); }
div.DivClassName
{
background-color: #925118;
}
.BgClassName
{
background-color: #925118;
}
</style>
border-color css
<style>
span { border-color: #925118; }
span { border-color: rgb(146,81,24); }
td.TdClassName
{
border-color: #925118;
}
.TagClassName
{
border-color: #925118;
}
</style>