Shades of Golden Brown #925D00
Tints of Golden Brown #925D00
RGB
CMYK
RGB Variations
Color information
#925D00 (or 0x925D00) is known color: Golden Brown. HEX triplet: 92, 5D and 00. RGB value is (146,93,0). Sum of RGB (Red+Green+Blue) = 146+93+0=239 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.09% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 146 - color contains mainly: red. Hex color #925D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925D00 is #6DA2FF. Grayscale: #626262. Windows color (decimal): -7185152 or 23954. OLE color: 23954.
HSL color Cylindrical-coordinate representation of color #925D00: hue angle of 38.22º 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 #925D00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 93 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.43 |
| HSL | 38.22º | 1% | 0.29% | - |
| HSV(B) | 38.22º | 1% | 0.57% | - |
| XYZ | 15.77 | 13.94 | 1.86 | - |
| YUV | 98.25 | 72.56 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 0 | 0 | 0.36 | 1 | 0.43 | 38.22 | 1 | 0.29 |
| Hex | 92 | 5D | 0 | 0 | 24 | 64 | 2B | 26 | 64 | 1D |
| Octal | 222 | 135 | 0 | 0 | 44 | 144 | 53 | 46 | 144 | 35 |
| Binary | 10010010 | 1011101 | 0 | 0 | 100100 | 1100100 | 101011 | 100110 | 1100100 | 11101 |
Color Harmonies of #925D00
Complementary color
Monochromatic Colors of #925D00
Black with #925D00
Text Example
Text Example
White with #925D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925D00; }
p { color: rgb(146,93,0); }
H1.HeaderClassName
{
color: #925D00;
}
.AnyTagClassName
{
color: #925D00;
}
</style>
background-color css
<style>
a { background-color: #925D00; }
a { background-color: rgb(146,93,0); }
div.DivClassName
{
background-color: #925D00;
}
.BgClassName
{
background-color: #925D00;
}
</style>
border-color css
<style>
span { border-color: #925D00; }
span { border-color: rgb(146,93,0); }
td.TdClassName
{
border-color: #925D00;
}
.TagClassName
{
border-color: #925D00;
}
</style>