Shades of Golden Brown #836100
Tints of Golden Brown #836100
RGB
CMYK
RGB Variations
Color information
#836100 (or 0x836100) is known color: Golden Brown. HEX triplet: 83, 61 and 00. RGB value is (131,97,0). Sum of RGB (Red+Green+Blue) = 131+97+0=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #836100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836100 is #7C9EFF. Grayscale: #606060. Windows color (decimal): -8167168 or 24963. OLE color: 24963.
HSL color Cylindrical-coordinate representation of color #836100: hue angle of 44.43º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #836100 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 97 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.49 |
| HSL | 44.43º | 1% | 0.26% | - |
| HSV(B) | 44.43º | 1% | 0.51% | - |
| XYZ | 13.63 | 13.37 | 1.86 | - |
| YUV | 96.11 | 73.76 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 97 | 0 | 0 | 0.26 | 1 | 0.49 | 44.43 | 1 | 0.26 |
| Hex | 83 | 61 | 0 | 0 | 1A | 64 | 31 | 2C | 64 | 1A |
| Octal | 203 | 141 | 0 | 0 | 32 | 144 | 61 | 54 | 144 | 32 |
| Binary | 10000011 | 1100001 | 0 | 0 | 11010 | 1100100 | 110001 | 101100 | 1100100 | 11010 |
Color Harmonies of #836100
Complementary color
Monochromatic Colors of #836100
Black with #836100
Text Example
Text Example
White with #836100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836100; }
p { color: rgb(131,97,0); }
H1.HeaderClassName
{
color: #836100;
}
.AnyTagClassName
{
color: #836100;
}
</style>
background-color css
<style>
a { background-color: #836100; }
a { background-color: rgb(131,97,0); }
div.DivClassName
{
background-color: #836100;
}
.BgClassName
{
background-color: #836100;
}
</style>
border-color css
<style>
span { border-color: #836100; }
span { border-color: rgb(131,97,0); }
td.TdClassName
{
border-color: #836100;
}
.TagClassName
{
border-color: #836100;
}
</style>