Shades of Saddle Brown #925016
Tints of Saddle Brown #925016
RGB
CMYK
RGB Variations
Color information
#925016 (or 0x925016) is known color: Saddle Brown. HEX triplet: 92, 50 and 16. RGB value is (146,80,22). Sum of RGB (Red+Green+Blue) = 146+80+22=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #925016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925016 is #6DAFE9. Grayscale: #5D5D5D. Windows color (decimal): -7188458 or 1462418. OLE color: 1462418.
HSL color Cylindrical-coordinate representation of color #925016: hue angle of 28.06º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #925016 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 80 | 22 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.43 |
| HSL | 28.06º | 0.74% | 0.33% | - |
| HSV(B) | 28.06º | 0.85% | 0.57% | - |
| XYZ | 14.87 | 11.91 | 2.27 | - |
| YUV | 93.12 | 87.87 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 22 | 0 | 0.45 | 0.85 | 0.43 | 28.06 | 0.74 | 0.33 |
| Hex | 92 | 50 | 16 | 0 | 2D | 55 | 2B | 1C | 4A | 21 |
| Octal | 222 | 120 | 26 | 0 | 55 | 125 | 53 | 34 | 112 | 41 |
| Binary | 10010010 | 1010000 | 10110 | 0 | 101101 | 1010101 | 101011 | 11100 | 1001010 | 100001 |
Color Harmonies of #925016
Complementary color
Monochromatic Colors of #925016
Black with #925016
Text Example
Text Example
White with #925016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925016; }
p { color: rgb(146,80,22); }
H1.HeaderClassName
{
color: #925016;
}
.AnyTagClassName
{
color: #925016;
}
</style>
background-color css
<style>
a { background-color: #925016; }
a { background-color: rgb(146,80,22); }
div.DivClassName
{
background-color: #925016;
}
.BgClassName
{
background-color: #925016;
}
</style>
border-color css
<style>
span { border-color: #925016; }
span { border-color: rgb(146,80,22); }
td.TdClassName
{
border-color: #925016;
}
.TagClassName
{
border-color: #925016;
}
</style>