Shades of Golden Brown #836005
Tints of Golden Brown #836005
RGB
CMYK
RGB Variations
Color information
#836005 (or 0x836005) is known color: Golden Brown. HEX triplet: 83, 60 and 05. RGB value is (131,96,5). Sum of RGB (Red+Green+Blue) = 131+96+5=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #836005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836005 is #7C9FFA. Grayscale: #606060. Windows color (decimal): -8167419 or 352387. OLE color: 352387.
HSL color Cylindrical-coordinate representation of color #836005: hue angle of 43.33º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #836005 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 96 | 5 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.49 |
| HSL | 43.33º | 0.93% | 0.27% | - |
| HSV(B) | 43.33º | 0.96% | 0.51% | - |
| XYZ | 13.57 | 13.2 | 1.98 | - |
| YUV | 96.09 | 76.6 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 96 | 5 | 0 | 0.27 | 0.96 | 0.49 | 43.33 | 0.93 | 0.27 |
| Hex | 83 | 60 | 5 | 0 | 1B | 60 | 31 | 2B | 5D | 1B |
| Octal | 203 | 140 | 5 | 0 | 33 | 140 | 61 | 53 | 135 | 33 |
| Binary | 10000011 | 1100000 | 101 | 0 | 11011 | 1100000 | 110001 | 101011 | 1011101 | 11011 |
Color Harmonies of #836005
Complementary color
Monochromatic Colors of #836005
Black with #836005
Text Example
Text Example
White with #836005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836005; }
p { color: rgb(131,96,5); }
H1.HeaderClassName
{
color: #836005;
}
.AnyTagClassName
{
color: #836005;
}
</style>
background-color css
<style>
a { background-color: #836005; }
a { background-color: rgb(131,96,5); }
div.DivClassName
{
background-color: #836005;
}
.BgClassName
{
background-color: #836005;
}
</style>
border-color css
<style>
span { border-color: #836005; }
span { border-color: rgb(131,96,5); }
td.TdClassName
{
border-color: #836005;
}
.TagClassName
{
border-color: #836005;
}
</style>