Shades of Golden Brown #925D04
Tints of Golden Brown #925D04
RGB
CMYK
RGB Variations
Color information
#925D04 (or 0x925D04) is known color: Golden Brown. HEX triplet: 92, 5D and 04. RGB value is (146,93,4). Sum of RGB (Red+Green+Blue) = 146+93+4=243 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.08% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 146 - color contains mainly: red. Hex color #925D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925D04 is #6DA2FB. Grayscale: #636363. Windows color (decimal): -7185148 or 286098. OLE color: 286098.
HSL color Cylindrical-coordinate representation of color #925D04: hue angle of 37.61º 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 #925D04 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 93 | 4 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.43 |
| HSL | 37.61º | 0.95% | 0.29% | - |
| HSV(B) | 37.61º | 0.97% | 0.57% | - |
| XYZ | 15.79 | 13.95 | 1.97 | - |
| YUV | 98.7 | 74.56 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 4 | 0 | 0.36 | 0.97 | 0.43 | 37.61 | 0.95 | 0.29 |
| Hex | 92 | 5D | 4 | 0 | 24 | 61 | 2B | 26 | 5F | 1D |
| Octal | 222 | 135 | 4 | 0 | 44 | 141 | 53 | 46 | 137 | 35 |
| Binary | 10010010 | 1011101 | 100 | 0 | 100100 | 1100001 | 101011 | 100110 | 1011111 | 11101 |
Color Harmonies of #925D04
Complementary color
Monochromatic Colors of #925D04
Black with #925D04
Text Example
Text Example
White with #925D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925D04; }
p { color: rgb(146,93,4); }
H1.HeaderClassName
{
color: #925D04;
}
.AnyTagClassName
{
color: #925D04;
}
</style>
background-color css
<style>
a { background-color: #925D04; }
a { background-color: rgb(146,93,4); }
div.DivClassName
{
background-color: #925D04;
}
.BgClassName
{
background-color: #925D04;
}
</style>
border-color css
<style>
span { border-color: #925D04; }
span { border-color: rgb(146,93,4); }
td.TdClassName
{
border-color: #925D04;
}
.TagClassName
{
border-color: #925D04;
}
</style>