Shades of Golden Brown #846200
Tints of Golden Brown #846200
RGB
CMYK
RGB Variations
Color information
#846200 (or 0x846200) is known color: Golden Brown. HEX triplet: 84, 62 and 00. RGB value is (132,98,0). Sum of RGB (Red+Green+Blue) = 132+98+0=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #846200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846200 is #7B9DFF. Grayscale: #616161. Windows color (decimal): -8101376 or 25220. OLE color: 25220.
HSL color Cylindrical-coordinate representation of color #846200: hue angle of 44.55º 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 #846200 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 98 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.48 |
| HSL | 44.55º | 1% | 0.26% | - |
| HSV(B) | 44.55º | 1% | 0.52% | - |
| XYZ | 13.88 | 13.64 | 1.9 | - |
| YUV | 96.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 98 | 0 | 0 | 0.26 | 1 | 0.48 | 44.55 | 1 | 0.26 |
| Hex | 84 | 62 | 0 | 0 | 1A | 64 | 30 | 2D | 64 | 1A |
| Octal | 204 | 142 | 0 | 0 | 32 | 144 | 60 | 55 | 144 | 32 |
| Binary | 10000100 | 1100010 | 0 | 0 | 11010 | 1100100 | 110000 | 101101 | 1100100 | 11010 |
Color Harmonies of #846200
Complementary color
Monochromatic Colors of #846200
Black with #846200
Text Example
Text Example
White with #846200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846200; }
p { color: rgb(132,98,0); }
H1.HeaderClassName
{
color: #846200;
}
.AnyTagClassName
{
color: #846200;
}
</style>
background-color css
<style>
a { background-color: #846200; }
a { background-color: rgb(132,98,0); }
div.DivClassName
{
background-color: #846200;
}
.BgClassName
{
background-color: #846200;
}
</style>
border-color css
<style>
span { border-color: #846200; }
span { border-color: rgb(132,98,0); }
td.TdClassName
{
border-color: #846200;
}
.TagClassName
{
border-color: #846200;
}
</style>