Shades of Golden Brown #925C19
Tints of Golden Brown #925C19
RGB
CMYK
RGB Variations
Color information
#925C19 (or 0x925C19) is known color: Golden Brown. HEX triplet: 92, 5C and 19. RGB value is (146,92,25). Sum of RGB (Red+Green+Blue) = 146+92+25=263 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.51% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 146 - color contains mainly: red. Hex color #925C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925C19 is #6DA3E6. Grayscale: #646464. Windows color (decimal): -7185383 or 1662098. OLE color: 1662098.
HSL color Cylindrical-coordinate representation of color #925C19: hue angle of 33.22º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #925C19 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 92 | 25 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.43 |
| HSL | 33.22º | 0.71% | 0.34% | - |
| HSV(B) | 33.22º | 0.83% | 0.57% | - |
| XYZ | 15.86 | 13.84 | 2.75 | - |
| YUV | 100.51 | 85.39 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 25 | 0 | 0.37 | 0.83 | 0.43 | 33.22 | 0.71 | 0.34 |
| Hex | 92 | 5C | 19 | 0 | 25 | 53 | 2B | 21 | 47 | 22 |
| Octal | 222 | 134 | 31 | 0 | 45 | 123 | 53 | 41 | 107 | 42 |
| Binary | 10010010 | 1011100 | 11001 | 0 | 100101 | 1010011 | 101011 | 100001 | 1000111 | 100010 |
Color Harmonies of #925C19
Complementary color
Monochromatic Colors of #925C19
Black with #925C19
Text Example
Text Example
White with #925C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925C19; }
p { color: rgb(146,92,25); }
H1.HeaderClassName
{
color: #925C19;
}
.AnyTagClassName
{
color: #925C19;
}
</style>
background-color css
<style>
a { background-color: #925C19; }
a { background-color: rgb(146,92,25); }
div.DivClassName
{
background-color: #925C19;
}
.BgClassName
{
background-color: #925C19;
}
</style>
border-color css
<style>
span { border-color: #925C19; }
span { border-color: rgb(146,92,25); }
td.TdClassName
{
border-color: #925C19;
}
.TagClassName
{
border-color: #925C19;
}
</style>