Shades of Saddle Brown #925010
Tints of Saddle Brown #925010
RGB
CMYK
RGB Variations
Color information
#925010 (or 0x925010) is known color: Saddle Brown. HEX triplet: 92, 50 and 10. RGB value is (146,80,16). Sum of RGB (Red+Green+Blue) = 146+80+16=242 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.33% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 146 - color contains mainly: red. Hex color #925010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925010 is #6DAFEF. Grayscale: #5C5C5C. Windows color (decimal): -7188464 or 1069202. OLE color: 1069202.
HSL color Cylindrical-coordinate representation of color #925010: hue angle of 29.54º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #925010 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 80 | 16 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.43 |
| HSL | 29.54º | 0.8% | 0.32% | - |
| HSV(B) | 29.54º | 0.89% | 0.57% | - |
| XYZ | 14.82 | 11.89 | 2 | - |
| YUV | 92.44 | 84.87 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 16 | 0 | 0.45 | 0.89 | 0.43 | 29.54 | 0.8 | 0.32 |
| Hex | 92 | 50 | 10 | 0 | 2D | 59 | 2B | 1E | 50 | 20 |
| Octal | 222 | 120 | 20 | 0 | 55 | 131 | 53 | 36 | 120 | 40 |
| Binary | 10010010 | 1010000 | 10000 | 0 | 101101 | 1011001 | 101011 | 11110 | 1010000 | 100000 |
Color Harmonies of #925010
Complementary color
Monochromatic Colors of #925010
Black with #925010
Text Example
Text Example
White with #925010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925010; }
p { color: rgb(146,80,16); }
H1.HeaderClassName
{
color: #925010;
}
.AnyTagClassName
{
color: #925010;
}
</style>
background-color css
<style>
a { background-color: #925010; }
a { background-color: rgb(146,80,16); }
div.DivClassName
{
background-color: #925010;
}
.BgClassName
{
background-color: #925010;
}
</style>
border-color css
<style>
span { border-color: #925010; }
span { border-color: rgb(146,80,16); }
td.TdClassName
{
border-color: #925010;
}
.TagClassName
{
border-color: #925010;
}
</style>