Shades of Golden Brown #836301
Tints of Golden Brown #836301
RGB
CMYK
RGB Variations
Color information
#836301 (or 0x836301) is known color: Golden Brown. HEX triplet: 83, 63 and 01. RGB value is (131,99,1). Sum of RGB (Red+Green+Blue) = 131+99+1=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #836301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836301 is #7C9CFE. Grayscale: #616161. Windows color (decimal): -8166655 or 91011. OLE color: 91011.
HSL color Cylindrical-coordinate representation of color #836301: hue angle of 45.23º 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 #836301 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 99 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.49 |
| HSL | 45.23º | 0.98% | 0.26% | - |
| HSV(B) | 45.23º | 0.99% | 0.51% | - |
| XYZ | 13.83 | 13.75 | 1.95 | - |
| YUV | 97.4 | 73.6 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 99 | 1 | 0 | 0.24 | 0.99 | 0.49 | 45.23 | 0.98 | 0.26 |
| Hex | 83 | 63 | 1 | 0 | 18 | 63 | 31 | 2D | 62 | 1A |
| Octal | 203 | 143 | 1 | 0 | 30 | 143 | 61 | 55 | 142 | 32 |
| Binary | 10000011 | 1100011 | 1 | 0 | 11000 | 1100011 | 110001 | 101101 | 1100010 | 11010 |
Color Harmonies of #836301
Complementary color
Monochromatic Colors of #836301
Black with #836301
Text Example
Text Example
White with #836301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836301; }
p { color: rgb(131,99,1); }
H1.HeaderClassName
{
color: #836301;
}
.AnyTagClassName
{
color: #836301;
}
</style>
background-color css
<style>
a { background-color: #836301; }
a { background-color: rgb(131,99,1); }
div.DivClassName
{
background-color: #836301;
}
.BgClassName
{
background-color: #836301;
}
</style>
border-color css
<style>
span { border-color: #836301; }
span { border-color: rgb(131,99,1); }
td.TdClassName
{
border-color: #836301;
}
.TagClassName
{
border-color: #836301;
}
</style>