Shades of Golden Brown #836001
Tints of Golden Brown #836001
RGB
CMYK
RGB Variations
Color information
#836001 (or 0x836001) is known color: Golden Brown. HEX triplet: 83, 60 and 01. RGB value is (131,96,1). Sum of RGB (Red+Green+Blue) = 131+96+1=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #836001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836001 is #7C9FFE. Grayscale: #606060. Windows color (decimal): -8167423 or 90243. OLE color: 90243.
HSL color Cylindrical-coordinate representation of color #836001: hue angle of 43.85º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #836001 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 96 | 1 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.49 |
| HSL | 43.85º | 0.98% | 0.26% | - |
| HSV(B) | 43.85º | 0.99% | 0.51% | - |
| XYZ | 13.55 | 13.19 | 1.86 | - |
| YUV | 95.64 | 74.6 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 96 | 1 | 0 | 0.27 | 0.99 | 0.49 | 43.85 | 0.98 | 0.26 |
| Hex | 83 | 60 | 1 | 0 | 1B | 63 | 31 | 2C | 62 | 1A |
| Octal | 203 | 140 | 1 | 0 | 33 | 143 | 61 | 54 | 142 | 32 |
| Binary | 10000011 | 1100000 | 1 | 0 | 11011 | 1100011 | 110001 | 101100 | 1100010 | 11010 |
Color Harmonies of #836001
Complementary color
Monochromatic Colors of #836001
Black with #836001
Text Example
Text Example
White with #836001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836001; }
p { color: rgb(131,96,1); }
H1.HeaderClassName
{
color: #836001;
}
.AnyTagClassName
{
color: #836001;
}
</style>
background-color css
<style>
a { background-color: #836001; }
a { background-color: rgb(131,96,1); }
div.DivClassName
{
background-color: #836001;
}
.BgClassName
{
background-color: #836001;
}
</style>
border-color css
<style>
span { border-color: #836001; }
span { border-color: rgb(131,96,1); }
td.TdClassName
{
border-color: #836001;
}
.TagClassName
{
border-color: #836001;
}
</style>