Shades of Golden Brown #835D06
Tints of Golden Brown #835D06
RGB
CMYK
RGB Variations
Color information
#835D06 (or 0x835D06) is known color: Golden Brown. HEX triplet: 83, 5D and 06. RGB value is (131,93,6). Sum of RGB (Red+Green+Blue) = 131+93+6=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #835D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835D06 is #7CA2F9. Grayscale: #5E5E5E. Windows color (decimal): -8168186 or 417155. OLE color: 417155.
HSL color Cylindrical-coordinate representation of color #835D06: hue angle of 41.76º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #835D06 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 93 | 6 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.49 |
| HSL | 41.76º | 0.91% | 0.27% | - |
| HSV(B) | 41.76º | 0.95% | 0.51% | - |
| XYZ | 13.31 | 12.67 | 1.92 | - |
| YUV | 94.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 6 | 0 | 0.29 | 0.95 | 0.49 | 41.76 | 0.91 | 0.27 |
| Hex | 83 | 5D | 6 | 0 | 1D | 5F | 31 | 2A | 5B | 1B |
| Octal | 203 | 135 | 6 | 0 | 35 | 137 | 61 | 52 | 133 | 33 |
| Binary | 10000011 | 1011101 | 110 | 0 | 11101 | 1011111 | 110001 | 101010 | 1011011 | 11011 |
Color Harmonies of #835D06
Complementary color
Monochromatic Colors of #835D06
Black with #835D06
Text Example
Text Example
White with #835D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835D06; }
p { color: rgb(131,93,6); }
H1.HeaderClassName
{
color: #835D06;
}
.AnyTagClassName
{
color: #835D06;
}
</style>
background-color css
<style>
a { background-color: #835D06; }
a { background-color: rgb(131,93,6); }
div.DivClassName
{
background-color: #835D06;
}
.BgClassName
{
background-color: #835D06;
}
</style>
border-color css
<style>
span { border-color: #835D06; }
span { border-color: rgb(131,93,6); }
td.TdClassName
{
border-color: #835D06;
}
.TagClassName
{
border-color: #835D06;
}
</style>