Shades of Golden Brown #925500
Tints of Golden Brown #925500
RGB
CMYK
RGB Variations
Color information
#925500 (or 0x925500) is known color: Golden Brown. HEX triplet: 92, 55 and 00. RGB value is (146,85,0). Sum of RGB (Red+Green+Blue) = 146+85+0=231 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.20% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 146 - color contains mainly: red. Hex color #925500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925500 is #6DAAFF. Grayscale: #5D5D5D. Windows color (decimal): -7187200 or 21906. OLE color: 21906.
HSL color Cylindrical-coordinate representation of color #925500: hue angle of 34.93º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #925500 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 85 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.43 |
| HSL | 34.93º | 1% | 0.29% | - |
| HSV(B) | 34.93º | 1% | 0.57% | - |
| XYZ | 15.1 | 12.61 | 1.64 | - |
| YUV | 93.55 | 75.21 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 85 | 0 | 0 | 0.42 | 1 | 0.43 | 34.93 | 1 | 0.29 |
| Hex | 92 | 55 | 0 | 0 | 2A | 64 | 2B | 23 | 64 | 1D |
| Octal | 222 | 125 | 0 | 0 | 52 | 144 | 53 | 43 | 144 | 35 |
| Binary | 10010010 | 1010101 | 0 | 0 | 101010 | 1100100 | 101011 | 100011 | 1100100 | 11101 |
Color Harmonies of #925500
Complementary color
Monochromatic Colors of #925500
Black with #925500
Text Example
Text Example
White with #925500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925500; }
p { color: rgb(146,85,0); }
H1.HeaderClassName
{
color: #925500;
}
.AnyTagClassName
{
color: #925500;
}
</style>
background-color css
<style>
a { background-color: #925500; }
a { background-color: rgb(146,85,0); }
div.DivClassName
{
background-color: #925500;
}
.BgClassName
{
background-color: #925500;
}
</style>
border-color css
<style>
span { border-color: #925500; }
span { border-color: rgb(146,85,0); }
td.TdClassName
{
border-color: #925500;
}
.TagClassName
{
border-color: #925500;
}
</style>