Shades of Golden Brown #925404
Tints of Golden Brown #925404
RGB
CMYK
RGB Variations
Color information
#925404 (or 0x925404) is known color: Golden Brown. HEX triplet: 92, 54 and 04. RGB value is (146,84,4). Sum of RGB (Red+Green+Blue) = 146+84+4=234 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.39% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 146 - color contains mainly: red. Hex color #925404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925404 is #6DABFB. Grayscale: #5D5D5D. Windows color (decimal): -7187452 or 283794. OLE color: 283794.
HSL color Cylindrical-coordinate representation of color #925404: hue angle of 33.8º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #925404 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 84 | 4 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.43 |
| HSL | 33.8º | 0.95% | 0.29% | - |
| HSV(B) | 33.8º | 0.97% | 0.57% | - |
| XYZ | 15.05 | 12.46 | 1.73 | - |
| YUV | 93.42 | 77.54 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 84 | 4 | 0 | 0.42 | 0.97 | 0.43 | 33.8 | 0.95 | 0.29 |
| Hex | 92 | 54 | 4 | 0 | 2A | 61 | 2B | 22 | 5F | 1D |
| Octal | 222 | 124 | 4 | 0 | 52 | 141 | 53 | 42 | 137 | 35 |
| Binary | 10010010 | 1010100 | 100 | 0 | 101010 | 1100001 | 101011 | 100010 | 1011111 | 11101 |
Color Harmonies of #925404
Complementary color
Monochromatic Colors of #925404
Black with #925404
Text Example
Text Example
White with #925404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925404; }
p { color: rgb(146,84,4); }
H1.HeaderClassName
{
color: #925404;
}
.AnyTagClassName
{
color: #925404;
}
</style>
background-color css
<style>
a { background-color: #925404; }
a { background-color: rgb(146,84,4); }
div.DivClassName
{
background-color: #925404;
}
.BgClassName
{
background-color: #925404;
}
</style>
border-color css
<style>
span { border-color: #925404; }
span { border-color: rgb(146,84,4); }
td.TdClassName
{
border-color: #925404;
}
.TagClassName
{
border-color: #925404;
}
</style>