Shades of Golden Brown #925B11
Tints of Golden Brown #925B11
RGB
CMYK
RGB Variations
Color information
#925B11 (or 0x925B11) is known color: Golden Brown. HEX triplet: 92, 5B and 11. RGB value is (146,91,17). Sum of RGB (Red+Green+Blue) = 146+91+17=254 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.48% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 146 - color contains mainly: red. Hex color #925B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925B11 is #6DA4EE. Grayscale: #636363. Windows color (decimal): -7185647 or 1137554. OLE color: 1137554.
HSL color Cylindrical-coordinate representation of color #925B11: hue angle of 34.42º degrees, saturation: 0.79, 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 #925B11 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 91 | 17 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.43 |
| HSL | 34.42º | 0.79% | 0.32% | - |
| HSV(B) | 34.42º | 0.88% | 0.57% | - |
| XYZ | 15.7 | 13.63 | 2.33 | - |
| YUV | 99.01 | 81.72 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 17 | 0 | 0.38 | 0.88 | 0.43 | 34.42 | 0.79 | 0.32 |
| Hex | 92 | 5B | 11 | 0 | 26 | 58 | 2B | 22 | 4F | 20 |
| Octal | 222 | 133 | 21 | 0 | 46 | 130 | 53 | 42 | 117 | 40 |
| Binary | 10010010 | 1011011 | 10001 | 0 | 100110 | 1011000 | 101011 | 100010 | 1001111 | 100000 |
Color Harmonies of #925B11
Complementary color
Monochromatic Colors of #925B11
Black with #925B11
Text Example
Text Example
White with #925B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925B11; }
p { color: rgb(146,91,17); }
H1.HeaderClassName
{
color: #925B11;
}
.AnyTagClassName
{
color: #925B11;
}
</style>
background-color css
<style>
a { background-color: #925B11; }
a { background-color: rgb(146,91,17); }
div.DivClassName
{
background-color: #925B11;
}
.BgClassName
{
background-color: #925B11;
}
</style>
border-color css
<style>
span { border-color: #925B11; }
span { border-color: rgb(146,91,17); }
td.TdClassName
{
border-color: #925B11;
}
.TagClassName
{
border-color: #925B11;
}
</style>