Shades of Golden Brown #925F12
Tints of Golden Brown #925F12
RGB
CMYK
RGB Variations
Color information
#925F12 (or 0x925F12) is known color: Golden Brown. HEX triplet: 92, 5F and 12. RGB value is (146,95,18). Sum of RGB (Red+Green+Blue) = 146+95+18=259 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.37% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 146 - color contains mainly: red. Hex color #925F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925F12 is #6DA0ED. Grayscale: #656565. Windows color (decimal): -7184622 or 1204114. OLE color: 1204114.
HSL color Cylindrical-coordinate representation of color #925F12: hue angle of 36.09º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #925F12 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 95 | 18 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.43 |
| HSL | 36.09º | 0.78% | 0.32% | - |
| HSV(B) | 36.09º | 0.88% | 0.57% | - |
| XYZ | 16.06 | 14.34 | 2.49 | - |
| YUV | 101.47 | 80.9 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 95 | 18 | 0 | 0.35 | 0.88 | 0.43 | 36.09 | 0.78 | 0.32 |
| Hex | 92 | 5F | 12 | 0 | 23 | 58 | 2B | 24 | 4E | 20 |
| Octal | 222 | 137 | 22 | 0 | 43 | 130 | 53 | 44 | 116 | 40 |
| Binary | 10010010 | 1011111 | 10010 | 0 | 100011 | 1011000 | 101011 | 100100 | 1001110 | 100000 |
Color Harmonies of #925F12
Complementary color
Monochromatic Colors of #925F12
Black with #925F12
Text Example
Text Example
White with #925F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925F12; }
p { color: rgb(146,95,18); }
H1.HeaderClassName
{
color: #925F12;
}
.AnyTagClassName
{
color: #925F12;
}
</style>
background-color css
<style>
a { background-color: #925F12; }
a { background-color: rgb(146,95,18); }
div.DivClassName
{
background-color: #925F12;
}
.BgClassName
{
background-color: #925F12;
}
</style>
border-color css
<style>
span { border-color: #925F12; }
span { border-color: rgb(146,95,18); }
td.TdClassName
{
border-color: #925F12;
}
.TagClassName
{
border-color: #925F12;
}
</style>