Shades of Golden Brown #925C18
Tints of Golden Brown #925C18
RGB
CMYK
RGB Variations
Color information
#925C18 (or 0x925C18) is known color: Golden Brown. HEX triplet: 92, 5C and 18. RGB value is (146,92,24). Sum of RGB (Red+Green+Blue) = 146+92+24=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #925C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925C18 is #6DA3E7. Grayscale: #646464. Windows color (decimal): -7185384 or 1596562. OLE color: 1596562.
HSL color Cylindrical-coordinate representation of color #925C18: hue angle of 33.44º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #925C18 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 92 | 24 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.43 |
| HSL | 33.44º | 0.72% | 0.33% | - |
| HSV(B) | 33.44º | 0.84% | 0.57% | - |
| XYZ | 15.85 | 13.83 | 2.7 | - |
| YUV | 100.39 | 84.89 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 24 | 0 | 0.37 | 0.84 | 0.43 | 33.44 | 0.72 | 0.33 |
| Hex | 92 | 5C | 18 | 0 | 25 | 54 | 2B | 21 | 48 | 21 |
| Octal | 222 | 134 | 30 | 0 | 45 | 124 | 53 | 41 | 110 | 41 |
| Binary | 10010010 | 1011100 | 11000 | 0 | 100101 | 1010100 | 101011 | 100001 | 1001000 | 100001 |
Color Harmonies of #925C18
Complementary color
Monochromatic Colors of #925C18
Black with #925C18
Text Example
Text Example
White with #925C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925C18; }
p { color: rgb(146,92,24); }
H1.HeaderClassName
{
color: #925C18;
}
.AnyTagClassName
{
color: #925C18;
}
</style>
background-color css
<style>
a { background-color: #925C18; }
a { background-color: rgb(146,92,24); }
div.DivClassName
{
background-color: #925C18;
}
.BgClassName
{
background-color: #925C18;
}
</style>
border-color css
<style>
span { border-color: #925C18; }
span { border-color: rgb(146,92,24); }
td.TdClassName
{
border-color: #925C18;
}
.TagClassName
{
border-color: #925C18;
}
</style>