Shades of Golden Brown #846401
Tints of Golden Brown #846401
RGB
CMYK
RGB Variations
Color information
#846401 (or 0x846401) is known color: Golden Brown. HEX triplet: 84, 64 and 01. RGB value is (132,100,1). Sum of RGB (Red+Green+Blue) = 132+100+1=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #846401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846401 is #7B9BFE. Grayscale: #626262. Windows color (decimal): -8100863 or 91268. OLE color: 91268.
HSL color Cylindrical-coordinate representation of color #846401: hue angle of 45.34º 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 #846401 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 100 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.48 |
| HSL | 45.34º | 0.98% | 0.26% | - |
| HSV(B) | 45.34º | 0.99% | 0.52% | - |
| XYZ | 14.08 | 14.02 | 1.99 | - |
| YUV | 98.28 | 73.1 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 100 | 1 | 0 | 0.24 | 0.99 | 0.48 | 45.34 | 0.98 | 0.26 |
| Hex | 84 | 64 | 1 | 0 | 18 | 63 | 30 | 2D | 62 | 1A |
| Octal | 204 | 144 | 1 | 0 | 30 | 143 | 60 | 55 | 142 | 32 |
| Binary | 10000100 | 1100100 | 1 | 0 | 11000 | 1100011 | 110000 | 101101 | 1100010 | 11010 |
Color Harmonies of #846401
Complementary color
Monochromatic Colors of #846401
Black with #846401
Text Example
Text Example
White with #846401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846401; }
p { color: rgb(132,100,1); }
H1.HeaderClassName
{
color: #846401;
}
.AnyTagClassName
{
color: #846401;
}
</style>
background-color css
<style>
a { background-color: #846401; }
a { background-color: rgb(132,100,1); }
div.DivClassName
{
background-color: #846401;
}
.BgClassName
{
background-color: #846401;
}
</style>
border-color css
<style>
span { border-color: #846401; }
span { border-color: rgb(132,100,1); }
td.TdClassName
{
border-color: #846401;
}
.TagClassName
{
border-color: #846401;
}
</style>