Shades of Saddle Brown #925001
Tints of Saddle Brown #925001
RGB
CMYK
RGB Variations
Color information
#925001 (or 0x925001) is known color: Saddle Brown. HEX triplet: 92, 50 and 01. RGB value is (146,80,1). Sum of RGB (Red+Green+Blue) = 146+80+1=227 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.32% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 146 - color contains mainly: red. Hex color #925001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925001 is #6DAFFE. Grayscale: #5B5B5B. Windows color (decimal): -7188479 or 86162. OLE color: 86162.
HSL color Cylindrical-coordinate representation of color #925001: hue angle of 32.69º 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 #925001 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 80 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.43 |
| HSL | 32.69º | 0.99% | 0.29% | - |
| HSV(B) | 32.69º | 0.99% | 0.57% | - |
| XYZ | 14.73 | 11.85 | 1.54 | - |
| YUV | 90.73 | 77.37 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 1 | 0 | 0.45 | 0.99 | 0.43 | 32.69 | 0.99 | 0.29 |
| Hex | 92 | 50 | 1 | 0 | 2D | 63 | 2B | 21 | 63 | 1D |
| Octal | 222 | 120 | 1 | 0 | 55 | 143 | 53 | 41 | 143 | 35 |
| Binary | 10010010 | 1010000 | 1 | 0 | 101101 | 1100011 | 101011 | 100001 | 1100011 | 11101 |
Color Harmonies of #925001
Complementary color
Monochromatic Colors of #925001
Black with #925001
Text Example
Text Example
White with #925001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925001; }
p { color: rgb(146,80,1); }
H1.HeaderClassName
{
color: #925001;
}
.AnyTagClassName
{
color: #925001;
}
</style>
background-color css
<style>
a { background-color: #925001; }
a { background-color: rgb(146,80,1); }
div.DivClassName
{
background-color: #925001;
}
.BgClassName
{
background-color: #925001;
}
</style>
border-color css
<style>
span { border-color: #925001; }
span { border-color: rgb(146,80,1); }
td.TdClassName
{
border-color: #925001;
}
.TagClassName
{
border-color: #925001;
}
</style>