Shades of Saddle Brown #925101
Tints of Saddle Brown #925101
RGB
CMYK
RGB Variations
Color information
#925101 (or 0x925101) is known color: Saddle Brown. HEX triplet: 92, 51 and 01. RGB value is (146,81,1). Sum of RGB (Red+Green+Blue) = 146+81+1=228 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.04% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 146 - color contains mainly: red. Hex color #925101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925101 is #6DAEFE. Grayscale: #5B5B5B. Windows color (decimal): -7188223 or 86418. OLE color: 86418.
HSL color Cylindrical-coordinate representation of color #925101: hue angle of 33.1º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #925101 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 81 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.43 |
| HSL | 33.1º | 0.99% | 0.29% | - |
| HSV(B) | 33.1º | 0.99% | 0.57% | - |
| XYZ | 14.8 | 12 | 1.56 | - |
| YUV | 91.32 | 77.03 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 81 | 1 | 0 | 0.45 | 0.99 | 0.43 | 33.1 | 0.99 | 0.29 |
| Hex | 92 | 51 | 1 | 0 | 2D | 63 | 2B | 21 | 63 | 1D |
| Octal | 222 | 121 | 1 | 0 | 55 | 143 | 53 | 41 | 143 | 35 |
| Binary | 10010010 | 1010001 | 1 | 0 | 101101 | 1100011 | 101011 | 100001 | 1100011 | 11101 |
Color Harmonies of #925101
Complementary color
Monochromatic Colors of #925101
Black with #925101
Text Example
Text Example
White with #925101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925101; }
p { color: rgb(146,81,1); }
H1.HeaderClassName
{
color: #925101;
}
.AnyTagClassName
{
color: #925101;
}
</style>
background-color css
<style>
a { background-color: #925101; }
a { background-color: rgb(146,81,1); }
div.DivClassName
{
background-color: #925101;
}
.BgClassName
{
background-color: #925101;
}
</style>
border-color css
<style>
span { border-color: #925101; }
span { border-color: rgb(146,81,1); }
td.TdClassName
{
border-color: #925101;
}
.TagClassName
{
border-color: #925101;
}
</style>