Shades of Golden Brown #925C16
Tints of Golden Brown #925C16
RGB
CMYK
RGB Variations
Color information
#925C16 (or 0x925C16) is known color: Golden Brown. HEX triplet: 92, 5C and 16. RGB value is (146,92,22). Sum of RGB (Red+Green+Blue) = 146+92+22=260 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.15% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 146 - color contains mainly: red. Hex color #925C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925C16 is #6DA3E9. Grayscale: #646464. Windows color (decimal): -7185386 or 1465490. OLE color: 1465490.
HSL color Cylindrical-coordinate representation of color #925C16: hue angle of 33.87º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #925C16 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 92 | 22 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.43 |
| HSL | 33.87º | 0.74% | 0.33% | - |
| HSV(B) | 33.87º | 0.85% | 0.57% | - |
| XYZ | 15.83 | 13.82 | 2.59 | - |
| YUV | 100.17 | 83.89 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 22 | 0 | 0.37 | 0.85 | 0.43 | 33.87 | 0.74 | 0.33 |
| Hex | 92 | 5C | 16 | 0 | 25 | 55 | 2B | 22 | 4A | 21 |
| Octal | 222 | 134 | 26 | 0 | 45 | 125 | 53 | 42 | 112 | 41 |
| Binary | 10010010 | 1011100 | 10110 | 0 | 100101 | 1010101 | 101011 | 100010 | 1001010 | 100001 |
Color Harmonies of #925C16
Complementary color
Monochromatic Colors of #925C16
Black with #925C16
Text Example
Text Example
White with #925C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925C16; }
p { color: rgb(146,92,22); }
H1.HeaderClassName
{
color: #925C16;
}
.AnyTagClassName
{
color: #925C16;
}
</style>
background-color css
<style>
a { background-color: #925C16; }
a { background-color: rgb(146,92,22); }
div.DivClassName
{
background-color: #925C16;
}
.BgClassName
{
background-color: #925C16;
}
</style>
border-color css
<style>
span { border-color: #925C16; }
span { border-color: rgb(146,92,22); }
td.TdClassName
{
border-color: #925C16;
}
.TagClassName
{
border-color: #925C16;
}
</style>