Shades of Saddle Brown #925018
Tints of Saddle Brown #925018
RGB
CMYK
RGB Variations
Color information
#925018 (or 0x925018) is known color: Saddle Brown. HEX triplet: 92, 50 and 18. RGB value is (146,80,24). Sum of RGB (Red+Green+Blue) = 146+80+24=250 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 146 - color contains mainly: red. Hex color #925018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925018 is #6DAFE7. Grayscale: #5D5D5D. Windows color (decimal): -7188456 or 1593490. OLE color: 1593490.
HSL color Cylindrical-coordinate representation of color #925018: hue angle of 27.54º 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 #925018 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 80 | 24 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.43 |
| HSL | 27.54º | 0.72% | 0.33% | - |
| HSV(B) | 27.54º | 0.84% | 0.57% | - |
| XYZ | 14.89 | 11.91 | 2.38 | - |
| YUV | 93.35 | 88.87 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 24 | 0 | 0.45 | 0.84 | 0.43 | 27.54 | 0.72 | 0.33 |
| Hex | 92 | 50 | 18 | 0 | 2D | 54 | 2B | 1C | 48 | 21 |
| Octal | 222 | 120 | 30 | 0 | 55 | 124 | 53 | 34 | 110 | 41 |
| Binary | 10010010 | 1010000 | 11000 | 0 | 101101 | 1010100 | 101011 | 11100 | 1001000 | 100001 |
Color Harmonies of #925018
Complementary color
Monochromatic Colors of #925018
Black with #925018
Text Example
Text Example
White with #925018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925018; }
p { color: rgb(146,80,24); }
H1.HeaderClassName
{
color: #925018;
}
.AnyTagClassName
{
color: #925018;
}
</style>
background-color css
<style>
a { background-color: #925018; }
a { background-color: rgb(146,80,24); }
div.DivClassName
{
background-color: #925018;
}
.BgClassName
{
background-color: #925018;
}
</style>
border-color css
<style>
span { border-color: #925018; }
span { border-color: rgb(146,80,24); }
td.TdClassName
{
border-color: #925018;
}
.TagClassName
{
border-color: #925018;
}
</style>