Shades of Saddle Brown #925013
Tints of Saddle Brown #925013
RGB
CMYK
RGB Variations
Color information
#925013 (or 0x925013) is known color: Saddle Brown. HEX triplet: 92, 50 and 13. RGB value is (146,80,19). Sum of RGB (Red+Green+Blue) = 146+80+19=245 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.59% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 146 - color contains mainly: red. Hex color #925013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925013 is #6DAFEC. Grayscale: #5D5D5D. Windows color (decimal): -7188461 or 1265810. OLE color: 1265810.
HSL color Cylindrical-coordinate representation of color #925013: hue angle of 28.82º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #925013 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 80 | 19 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.43 |
| HSL | 28.82º | 0.77% | 0.32% | - |
| HSV(B) | 28.82º | 0.87% | 0.57% | - |
| XYZ | 14.84 | 11.9 | 2.13 | - |
| YUV | 92.78 | 86.37 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 19 | 0 | 0.45 | 0.87 | 0.43 | 28.82 | 0.77 | 0.32 |
| Hex | 92 | 50 | 13 | 0 | 2D | 57 | 2B | 1D | 4D | 20 |
| Octal | 222 | 120 | 23 | 0 | 55 | 127 | 53 | 35 | 115 | 40 |
| Binary | 10010010 | 1010000 | 10011 | 0 | 101101 | 1010111 | 101011 | 11101 | 1001101 | 100000 |
Color Harmonies of #925013
Complementary color
Monochromatic Colors of #925013
Black with #925013
Text Example
Text Example
White with #925013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925013; }
p { color: rgb(146,80,19); }
H1.HeaderClassName
{
color: #925013;
}
.AnyTagClassName
{
color: #925013;
}
</style>
background-color css
<style>
a { background-color: #925013; }
a { background-color: rgb(146,80,19); }
div.DivClassName
{
background-color: #925013;
}
.BgClassName
{
background-color: #925013;
}
</style>
border-color css
<style>
span { border-color: #925013; }
span { border-color: rgb(146,80,19); }
td.TdClassName
{
border-color: #925013;
}
.TagClassName
{
border-color: #925013;
}
</style>