Shades of Golden Brown #925509
Tints of Golden Brown #925509
RGB
CMYK
RGB Variations
Color information
#925509 (or 0x925509) is known color: Golden Brown. HEX triplet: 92, 55 and 09. RGB value is (146,85,9). Sum of RGB (Red+Green+Blue) = 146+85+9=240 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.83% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 146 - color contains mainly: red. Hex color #925509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925509 is #6DAAF6. Grayscale: #5E5E5E. Windows color (decimal): -7187191 or 611730. OLE color: 611730.
HSL color Cylindrical-coordinate representation of color #925509: hue angle of 33.28º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #925509 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 85 | 9 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.43 |
| HSL | 33.28º | 0.88% | 0.3% | - |
| HSV(B) | 33.28º | 0.94% | 0.57% | - |
| XYZ | 15.15 | 12.63 | 1.9 | - |
| YUV | 94.58 | 79.71 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 85 | 9 | 0 | 0.42 | 0.94 | 0.43 | 33.28 | 0.88 | 0.3 |
| Hex | 92 | 55 | 9 | 0 | 2A | 5E | 2B | 21 | 58 | 1E |
| Octal | 222 | 125 | 11 | 0 | 52 | 136 | 53 | 41 | 130 | 36 |
| Binary | 10010010 | 1010101 | 1001 | 0 | 101010 | 1011110 | 101011 | 100001 | 1011000 | 11110 |
Color Harmonies of #925509
Complementary color
Monochromatic Colors of #925509
Black with #925509
Text Example
Text Example
White with #925509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925509; }
p { color: rgb(146,85,9); }
H1.HeaderClassName
{
color: #925509;
}
.AnyTagClassName
{
color: #925509;
}
</style>
background-color css
<style>
a { background-color: #925509; }
a { background-color: rgb(146,85,9); }
div.DivClassName
{
background-color: #925509;
}
.BgClassName
{
background-color: #925509;
}
</style>
border-color css
<style>
span { border-color: #925509; }
span { border-color: rgb(146,85,9); }
td.TdClassName
{
border-color: #925509;
}
.TagClassName
{
border-color: #925509;
}
</style>