Shades of Golden Brown #846501
Tints of Golden Brown #846501
RGB
CMYK
RGB Variations
Color information
#846501 (or 0x846501) is known color: Golden Brown. HEX triplet: 84, 65 and 01. RGB value is (132,101,1). Sum of RGB (Red+Green+Blue) = 132+101+1=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #846501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846501 is #7B9AFE. Grayscale: #636363. Windows color (decimal): -8100607 or 91524. OLE color: 91524.
HSL color Cylindrical-coordinate representation of color #846501: hue angle of 45.8º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #846501 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 101 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.48 |
| HSL | 45.8º | 0.98% | 0.26% | - |
| HSV(B) | 45.8º | 0.99% | 0.52% | - |
| XYZ | 14.17 | 14.22 | 2.03 | - |
| YUV | 98.87 | 72.77 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 1 | 0 | 0.23 | 0.99 | 0.48 | 45.8 | 0.98 | 0.26 |
| Hex | 84 | 65 | 1 | 0 | 17 | 63 | 30 | 2E | 62 | 1A |
| Octal | 204 | 145 | 1 | 0 | 27 | 143 | 60 | 56 | 142 | 32 |
| Binary | 10000100 | 1100101 | 1 | 0 | 10111 | 1100011 | 110000 | 101110 | 1100010 | 11010 |
Color Harmonies of #846501
Complementary color
Monochromatic Colors of #846501
Black with #846501
Text Example
Text Example
White with #846501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846501; }
p { color: rgb(132,101,1); }
H1.HeaderClassName
{
color: #846501;
}
.AnyTagClassName
{
color: #846501;
}
</style>
background-color css
<style>
a { background-color: #846501; }
a { background-color: rgb(132,101,1); }
div.DivClassName
{
background-color: #846501;
}
.BgClassName
{
background-color: #846501;
}
</style>
border-color css
<style>
span { border-color: #846501; }
span { border-color: rgb(132,101,1); }
td.TdClassName
{
border-color: #846501;
}
.TagClassName
{
border-color: #846501;
}
</style>