Shades of Golden Brown #925B12
Tints of Golden Brown #925B12
RGB
CMYK
RGB Variations
Color information
#925B12 (or 0x925B12) is known color: Golden Brown. HEX triplet: 92, 5B and 12. RGB value is (146,91,18). Sum of RGB (Red+Green+Blue) = 146+91+18=255 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.25% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 146 - color contains mainly: red. Hex color #925B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925B12 is #6DA4ED. Grayscale: #636363. Windows color (decimal): -7185646 or 1203090. OLE color: 1203090.
HSL color Cylindrical-coordinate representation of color #925B12: hue angle of 34.22º 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 #925B12 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 91 | 18 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.43 |
| HSL | 34.22º | 0.78% | 0.32% | - |
| HSV(B) | 34.22º | 0.88% | 0.57% | - |
| XYZ | 15.7 | 13.64 | 2.38 | - |
| YUV | 99.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 18 | 0 | 0.38 | 0.88 | 0.43 | 34.22 | 0.78 | 0.32 |
| Hex | 92 | 5B | 12 | 0 | 26 | 58 | 2B | 22 | 4E | 20 |
| Octal | 222 | 133 | 22 | 0 | 46 | 130 | 53 | 42 | 116 | 40 |
| Binary | 10010010 | 1011011 | 10010 | 0 | 100110 | 1011000 | 101011 | 100010 | 1001110 | 100000 |
Color Harmonies of #925B12
Complementary color
Monochromatic Colors of #925B12
Black with #925B12
Text Example
Text Example
White with #925B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925B12; }
p { color: rgb(146,91,18); }
H1.HeaderClassName
{
color: #925B12;
}
.AnyTagClassName
{
color: #925B12;
}
</style>
background-color css
<style>
a { background-color: #925B12; }
a { background-color: rgb(146,91,18); }
div.DivClassName
{
background-color: #925B12;
}
.BgClassName
{
background-color: #925B12;
}
</style>
border-color css
<style>
span { border-color: #925B12; }
span { border-color: rgb(146,91,18); }
td.TdClassName
{
border-color: #925B12;
}
.TagClassName
{
border-color: #925B12;
}
</style>