Shades of Golden Brown #845D04
Tints of Golden Brown #845D04
RGB
CMYK
RGB Variations
Color information
#845D04 (or 0x845D04) is known color: Golden Brown. HEX triplet: 84, 5D and 04. RGB value is (132,93,4). Sum of RGB (Red+Green+Blue) = 132+93+4=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #845D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845D04 is #7BA2FB. Grayscale: #5E5E5E. Windows color (decimal): -8102652 or 286084. OLE color: 286084.
HSL color Cylindrical-coordinate representation of color #845D04: hue angle of 41.72º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #845D04 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 93 | 4 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.48 |
| HSL | 41.72º | 0.94% | 0.27% | - |
| HSV(B) | 41.72º | 0.97% | 0.52% | - |
| XYZ | 13.45 | 12.74 | 1.87 | - |
| YUV | 94.52 | 76.92 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 4 | 0 | 0.30 | 0.97 | 0.48 | 41.72 | 0.94 | 0.27 |
| Hex | 84 | 5D | 4 | 0 | 1E | 61 | 30 | 2A | 5E | 1B |
| Octal | 204 | 135 | 4 | 0 | 36 | 141 | 60 | 52 | 136 | 33 |
| Binary | 10000100 | 1011101 | 100 | 0 | 11110 | 1100001 | 110000 | 101010 | 1011110 | 11011 |
Color Harmonies of #845D04
Complementary color
Monochromatic Colors of #845D04
Black with #845D04
Text Example
Text Example
White with #845D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D04; }
p { color: rgb(132,93,4); }
H1.HeaderClassName
{
color: #845D04;
}
.AnyTagClassName
{
color: #845D04;
}
</style>
background-color css
<style>
a { background-color: #845D04; }
a { background-color: rgb(132,93,4); }
div.DivClassName
{
background-color: #845D04;
}
.BgClassName
{
background-color: #845D04;
}
</style>
border-color css
<style>
span { border-color: #845D04; }
span { border-color: rgb(132,93,4); }
td.TdClassName
{
border-color: #845D04;
}
.TagClassName
{
border-color: #845D04;
}
</style>