Shades of Golden Brown #927119
Tints of Golden Brown #927119
RGB
CMYK
RGB Variations
Color information
#927119 (or 0x927119) is known color: Golden Brown. HEX triplet: 92, 71 and 19. RGB value is (146,113,25). Sum of RGB (Red+Green+Blue) = 146+113+25=284 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.41% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 146 - color contains mainly: red. Hex color #927119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927119 is #6D8EE6. Grayscale: #717171. Windows color (decimal): -7180007 or 1667474. OLE color: 1667474.
HSL color Cylindrical-coordinate representation of color #927119: hue angle of 43.64º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #927119 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 113 | 25 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.43 |
| HSL | 43.64º | 0.71% | 0.34% | - |
| HSV(B) | 43.64º | 0.83% | 0.57% | - |
| XYZ | 17.93 | 17.99 | 3.45 | - |
| YUV | 112.84 | 78.43 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 113 | 25 | 0 | 0.23 | 0.83 | 0.43 | 43.64 | 0.71 | 0.34 |
| Hex | 92 | 71 | 19 | 0 | 17 | 53 | 2B | 2C | 47 | 22 |
| Octal | 222 | 161 | 31 | 0 | 27 | 123 | 53 | 54 | 107 | 42 |
| Binary | 10010010 | 1110001 | 11001 | 0 | 10111 | 1010011 | 101011 | 101100 | 1000111 | 100010 |
Color Harmonies of #927119
Complementary color
Monochromatic Colors of #927119
Black with #927119
Text Example
Text Example
White with #927119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927119; }
p { color: rgb(146,113,25); }
H1.HeaderClassName
{
color: #927119;
}
.AnyTagClassName
{
color: #927119;
}
</style>
background-color css
<style>
a { background-color: #927119; }
a { background-color: rgb(146,113,25); }
div.DivClassName
{
background-color: #927119;
}
.BgClassName
{
background-color: #927119;
}
</style>
border-color css
<style>
span { border-color: #927119; }
span { border-color: rgb(146,113,25); }
td.TdClassName
{
border-color: #927119;
}
.TagClassName
{
border-color: #927119;
}
</style>