Shades of Golden Brown #845D05
Tints of Golden Brown #845D05
RGB
CMYK
RGB Variations
Color information
#845D05 (or 0x845D05) is known color: Golden Brown. HEX triplet: 84, 5D and 05. RGB value is (132,93,5). Sum of RGB (Red+Green+Blue) = 132+93+5=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #845D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845D05 is #7BA2FA. Grayscale: #5F5F5F. Windows color (decimal): -8102651 or 351620. OLE color: 351620.
HSL color Cylindrical-coordinate representation of color #845D05: hue angle of 41.57º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #845D05 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 93 | 5 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.48 |
| HSL | 41.57º | 0.93% | 0.27% | - |
| HSV(B) | 41.57º | 0.96% | 0.52% | - |
| XYZ | 13.46 | 12.75 | 1.89 | - |
| YUV | 94.63 | 77.42 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 5 | 0 | 0.30 | 0.96 | 0.48 | 41.57 | 0.93 | 0.27 |
| Hex | 84 | 5D | 5 | 0 | 1E | 60 | 30 | 2A | 5D | 1B |
| Octal | 204 | 135 | 5 | 0 | 36 | 140 | 60 | 52 | 135 | 33 |
| Binary | 10000100 | 1011101 | 101 | 0 | 11110 | 1100000 | 110000 | 101010 | 1011101 | 11011 |
Color Harmonies of #845D05
Complementary color
Monochromatic Colors of #845D05
Black with #845D05
Text Example
Text Example
White with #845D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D05; }
p { color: rgb(132,93,5); }
H1.HeaderClassName
{
color: #845D05;
}
.AnyTagClassName
{
color: #845D05;
}
</style>
background-color css
<style>
a { background-color: #845D05; }
a { background-color: rgb(132,93,5); }
div.DivClassName
{
background-color: #845D05;
}
.BgClassName
{
background-color: #845D05;
}
</style>
border-color css
<style>
span { border-color: #845D05; }
span { border-color: rgb(132,93,5); }
td.TdClassName
{
border-color: #845D05;
}
.TagClassName
{
border-color: #845D05;
}
</style>