Shades of Golden Brown #845F05
Tints of Golden Brown #845F05
RGB
CMYK
RGB Variations
Color information
#845F05 (or 0x845F05) is known color: Golden Brown. HEX triplet: 84, 5F and 05. RGB value is (132,95,5). Sum of RGB (Red+Green+Blue) = 132+95+5=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #845F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845F05 is #7BA0FA. Grayscale: #606060. Windows color (decimal): -8102139 or 352132. OLE color: 352132.
HSL color Cylindrical-coordinate representation of color #845F05: hue angle of 42.52º 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 #845F05 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 95 | 5 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.48 |
| HSL | 42.52º | 0.93% | 0.27% | - |
| HSV(B) | 42.52º | 0.96% | 0.52% | - |
| XYZ | 13.64 | 13.1 | 1.95 | - |
| YUV | 95.8 | 76.76 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 5 | 0 | 0.28 | 0.96 | 0.48 | 42.52 | 0.93 | 0.27 |
| Hex | 84 | 5F | 5 | 0 | 1C | 60 | 30 | 2B | 5D | 1B |
| Octal | 204 | 137 | 5 | 0 | 34 | 140 | 60 | 53 | 135 | 33 |
| Binary | 10000100 | 1011111 | 101 | 0 | 11100 | 1100000 | 110000 | 101011 | 1011101 | 11011 |
Color Harmonies of #845F05
Complementary color
Monochromatic Colors of #845F05
Black with #845F05
Text Example
Text Example
White with #845F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845F05; }
p { color: rgb(132,95,5); }
H1.HeaderClassName
{
color: #845F05;
}
.AnyTagClassName
{
color: #845F05;
}
</style>
background-color css
<style>
a { background-color: #845F05; }
a { background-color: rgb(132,95,5); }
div.DivClassName
{
background-color: #845F05;
}
.BgClassName
{
background-color: #845F05;
}
</style>
border-color css
<style>
span { border-color: #845F05; }
span { border-color: rgb(132,95,5); }
td.TdClassName
{
border-color: #845F05;
}
.TagClassName
{
border-color: #845F05;
}
</style>