Shades of Golden Brown #925D12
Tints of Golden Brown #925D12
RGB
CMYK
RGB Variations
Color information
#925D12 (or 0x925D12) is known color: Golden Brown. HEX triplet: 92, 5D and 12. RGB value is (146,93,18). Sum of RGB (Red+Green+Blue) = 146+93+18=257 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.81% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 146 - color contains mainly: red. Hex color #925D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925D12 is #6DA2ED. Grayscale: #646464. Windows color (decimal): -7185134 or 1203602. OLE color: 1203602.
HSL color Cylindrical-coordinate representation of color #925D12: hue angle of 35.16º 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 #925D12 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 93 | 18 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.43 |
| HSL | 35.16º | 0.78% | 0.32% | - |
| HSV(B) | 35.16º | 0.88% | 0.57% | - |
| XYZ | 15.88 | 13.98 | 2.43 | - |
| YUV | 100.3 | 81.56 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 18 | 0 | 0.36 | 0.88 | 0.43 | 35.16 | 0.78 | 0.32 |
| Hex | 92 | 5D | 12 | 0 | 24 | 58 | 2B | 23 | 4E | 20 |
| Octal | 222 | 135 | 22 | 0 | 44 | 130 | 53 | 43 | 116 | 40 |
| Binary | 10010010 | 1011101 | 10010 | 0 | 100100 | 1011000 | 101011 | 100011 | 1001110 | 100000 |
Color Harmonies of #925D12
Complementary color
Monochromatic Colors of #925D12
Black with #925D12
Text Example
Text Example
White with #925D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925D12; }
p { color: rgb(146,93,18); }
H1.HeaderClassName
{
color: #925D12;
}
.AnyTagClassName
{
color: #925D12;
}
</style>
background-color css
<style>
a { background-color: #925D12; }
a { background-color: rgb(146,93,18); }
div.DivClassName
{
background-color: #925D12;
}
.BgClassName
{
background-color: #925D12;
}
</style>
border-color css
<style>
span { border-color: #925D12; }
span { border-color: rgb(146,93,18); }
td.TdClassName
{
border-color: #925D12;
}
.TagClassName
{
border-color: #925D12;
}
</style>