Shades of Golden Brown #925F19
Tints of Golden Brown #925F19
RGB
CMYK
RGB Variations
Color information
#925F19 (or 0x925F19) is known color: Golden Brown. HEX triplet: 92, 5F and 19. RGB value is (146,95,25). Sum of RGB (Red+Green+Blue) = 146+95+25=266 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.89% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 146 - color contains mainly: red. Hex color #925F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925F19 is #6DA0E6. Grayscale: #666666. Windows color (decimal): -7184615 or 1662866. OLE color: 1662866.
HSL color Cylindrical-coordinate representation of color #925F19: hue angle of 34.71º 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 #925F19 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 95 | 25 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.43 |
| HSL | 34.71º | 0.71% | 0.34% | - |
| HSV(B) | 34.71º | 0.83% | 0.57% | - |
| XYZ | 16.12 | 14.37 | 2.84 | - |
| YUV | 102.27 | 84.4 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 95 | 25 | 0 | 0.35 | 0.83 | 0.43 | 34.71 | 0.71 | 0.34 |
| Hex | 92 | 5F | 19 | 0 | 23 | 53 | 2B | 23 | 47 | 22 |
| Octal | 222 | 137 | 31 | 0 | 43 | 123 | 53 | 43 | 107 | 42 |
| Binary | 10010010 | 1011111 | 11001 | 0 | 100011 | 1010011 | 101011 | 100011 | 1000111 | 100010 |
Color Harmonies of #925F19
Complementary color
Monochromatic Colors of #925F19
Black with #925F19
Text Example
Text Example
White with #925F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925F19; }
p { color: rgb(146,95,25); }
H1.HeaderClassName
{
color: #925F19;
}
.AnyTagClassName
{
color: #925F19;
}
</style>
background-color css
<style>
a { background-color: #925F19; }
a { background-color: rgb(146,95,25); }
div.DivClassName
{
background-color: #925F19;
}
.BgClassName
{
background-color: #925F19;
}
</style>
border-color css
<style>
span { border-color: #925F19; }
span { border-color: rgb(146,95,25); }
td.TdClassName
{
border-color: #925F19;
}
.TagClassName
{
border-color: #925F19;
}
</style>