Shades of Golden Brown #925B05
Tints of Golden Brown #925B05
RGB
CMYK
RGB Variations
Color information
#925B05 (or 0x925B05) is known color: Golden Brown. HEX triplet: 92, 5B and 05. RGB value is (146,91,5). Sum of RGB (Red+Green+Blue) = 146+91+5=242 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.33% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 146 - color contains mainly: red. Hex color #925B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925B05 is #6DA4FA. Grayscale: #626262. Windows color (decimal): -7185659 or 351122. OLE color: 351122.
HSL color Cylindrical-coordinate representation of color #925B05: hue angle of 36.6º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #925B05 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 91 | 5 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.43 |
| HSL | 36.6º | 0.93% | 0.3% | - |
| HSV(B) | 36.6º | 0.97% | 0.57% | - |
| XYZ | 15.62 | 13.6 | 1.95 | - |
| YUV | 97.64 | 75.72 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 5 | 0 | 0.38 | 0.97 | 0.43 | 36.6 | 0.93 | 0.3 |
| Hex | 92 | 5B | 5 | 0 | 26 | 61 | 2B | 25 | 5D | 1E |
| Octal | 222 | 133 | 5 | 0 | 46 | 141 | 53 | 45 | 135 | 36 |
| Binary | 10010010 | 1011011 | 101 | 0 | 100110 | 1100001 | 101011 | 100101 | 1011101 | 11110 |
Color Harmonies of #925B05
Complementary color
Monochromatic Colors of #925B05
Black with #925B05
Text Example
Text Example
White with #925B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925B05; }
p { color: rgb(146,91,5); }
H1.HeaderClassName
{
color: #925B05;
}
.AnyTagClassName
{
color: #925B05;
}
</style>
background-color css
<style>
a { background-color: #925B05; }
a { background-color: rgb(146,91,5); }
div.DivClassName
{
background-color: #925B05;
}
.BgClassName
{
background-color: #925B05;
}
</style>
border-color css
<style>
span { border-color: #925B05; }
span { border-color: rgb(146,91,5); }
td.TdClassName
{
border-color: #925B05;
}
.TagClassName
{
border-color: #925B05;
}
</style>