Shades of Saddle Brown #925105
Tints of Saddle Brown #925105
RGB
CMYK
RGB Variations
Color information
#925105 (or 0x925105) is known color: Saddle Brown. HEX triplet: 92, 51 and 05. RGB value is (146,81,5). Sum of RGB (Red+Green+Blue) = 146+81+5=232 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.93% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 146 - color contains mainly: red. Hex color #925105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925105 is #6DAEFA. Grayscale: #5C5C5C. Windows color (decimal): -7188219 or 348562. OLE color: 348562.
HSL color Cylindrical-coordinate representation of color #925105: hue angle of 32.34º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #925105 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 81 | 5 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.43 |
| HSL | 32.34º | 0.93% | 0.3% | - |
| HSV(B) | 32.34º | 0.97% | 0.57% | - |
| XYZ | 14.82 | 12.01 | 1.68 | - |
| YUV | 91.77 | 79.03 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 81 | 5 | 0 | 0.45 | 0.97 | 0.43 | 32.34 | 0.93 | 0.3 |
| Hex | 92 | 51 | 5 | 0 | 2D | 61 | 2B | 20 | 5D | 1E |
| Octal | 222 | 121 | 5 | 0 | 55 | 141 | 53 | 40 | 135 | 36 |
| Binary | 10010010 | 1010001 | 101 | 0 | 101101 | 1100001 | 101011 | 100000 | 1011101 | 11110 |
Color Harmonies of #925105
Complementary color
Monochromatic Colors of #925105
Black with #925105
Text Example
Text Example
White with #925105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925105; }
p { color: rgb(146,81,5); }
H1.HeaderClassName
{
color: #925105;
}
.AnyTagClassName
{
color: #925105;
}
</style>
background-color css
<style>
a { background-color: #925105; }
a { background-color: rgb(146,81,5); }
div.DivClassName
{
background-color: #925105;
}
.BgClassName
{
background-color: #925105;
}
</style>
border-color css
<style>
span { border-color: #925105; }
span { border-color: rgb(146,81,5); }
td.TdClassName
{
border-color: #925105;
}
.TagClassName
{
border-color: #925105;
}
</style>