Shades of Golden Brown #925400
Tints of Golden Brown #925400
RGB
CMYK
RGB Variations
Color information
#925400 (or 0x925400) is known color: Golden Brown. HEX triplet: 92, 54 and 00. RGB value is (146,84,0). Sum of RGB (Red+Green+Blue) = 146+84+0=230 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.48% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 146 - color contains mainly: red. Hex color #925400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925400 is #6DABFF. Grayscale: #5D5D5D. Windows color (decimal): -7187456 or 21650. OLE color: 21650.
HSL color Cylindrical-coordinate representation of color #925400: hue angle of 34.52º 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 #925400 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 84 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.43 |
| HSL | 34.52º | 1% | 0.29% | - |
| HSV(B) | 34.52º | 1% | 0.57% | - |
| XYZ | 15.02 | 12.45 | 1.61 | - |
| YUV | 92.96 | 75.54 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 84 | 0 | 0 | 0.42 | 1 | 0.43 | 34.52 | 1 | 0.29 |
| Hex | 92 | 54 | 0 | 0 | 2A | 64 | 2B | 23 | 64 | 1D |
| Octal | 222 | 124 | 0 | 0 | 52 | 144 | 53 | 43 | 144 | 35 |
| Binary | 10010010 | 1010100 | 0 | 0 | 101010 | 1100100 | 101011 | 100011 | 1100100 | 11101 |
Color Harmonies of #925400
Complementary color
Monochromatic Colors of #925400
Black with #925400
Text Example
Text Example
White with #925400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925400; }
p { color: rgb(146,84,0); }
H1.HeaderClassName
{
color: #925400;
}
.AnyTagClassName
{
color: #925400;
}
</style>
background-color css
<style>
a { background-color: #925400; }
a { background-color: rgb(146,84,0); }
div.DivClassName
{
background-color: #925400;
}
.BgClassName
{
background-color: #925400;
}
</style>
border-color css
<style>
span { border-color: #925400; }
span { border-color: rgb(146,84,0); }
td.TdClassName
{
border-color: #925400;
}
.TagClassName
{
border-color: #925400;
}
</style>