Shades of Golden Brown #846500
Tints of Golden Brown #846500
RGB
CMYK
RGB Variations
Color information
#846500 (or 0x846500) is known color: Golden Brown. HEX triplet: 84, 65 and 00. RGB value is (132,101,0). Sum of RGB (Red+Green+Blue) = 132+101+0=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #846500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846500 is #7B9AFF. Grayscale: #636363. Windows color (decimal): -8100608 or 25988. OLE color: 25988.
HSL color Cylindrical-coordinate representation of color #846500: hue angle of 45.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #846500 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 101 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.48 |
| HSL | 45.91º | 1% | 0.26% | - |
| HSV(B) | 45.91º | 1% | 0.52% | - |
| XYZ | 14.17 | 14.21 | 2 | - |
| YUV | 98.76 | 72.27 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 0 | 0 | 0.23 | 1 | 0.48 | 45.91 | 1 | 0.26 |
| Hex | 84 | 65 | 0 | 0 | 17 | 64 | 30 | 2E | 64 | 1A |
| Octal | 204 | 145 | 0 | 0 | 27 | 144 | 60 | 56 | 144 | 32 |
| Binary | 10000100 | 1100101 | 0 | 0 | 10111 | 1100100 | 110000 | 101110 | 1100100 | 11010 |
Color Harmonies of #846500
Complementary color
Monochromatic Colors of #846500
Black with #846500
Text Example
Text Example
White with #846500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846500; }
p { color: rgb(132,101,0); }
H1.HeaderClassName
{
color: #846500;
}
.AnyTagClassName
{
color: #846500;
}
</style>
background-color css
<style>
a { background-color: #846500; }
a { background-color: rgb(132,101,0); }
div.DivClassName
{
background-color: #846500;
}
.BgClassName
{
background-color: #846500;
}
</style>
border-color css
<style>
span { border-color: #846500; }
span { border-color: rgb(132,101,0); }
td.TdClassName
{
border-color: #846500;
}
.TagClassName
{
border-color: #846500;
}
</style>