Shades of Golden Brown #845E09
Tints of Golden Brown #845E09
RGB
CMYK
RGB Variations
Color information
#845E09 (or 0x845E09) is known color: Golden Brown. HEX triplet: 84, 5E and 09. RGB value is (132,94,9). Sum of RGB (Red+Green+Blue) = 132+94+9=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #845E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845E09 is #7BA1F6. Grayscale: #606060. Windows color (decimal): -8102391 or 614020. OLE color: 614020.
HSL color Cylindrical-coordinate representation of color #845E09: hue angle of 41.46º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #845E09 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 94 | 9 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.48 |
| HSL | 41.46º | 0.87% | 0.28% | - |
| HSV(B) | 41.46º | 0.93% | 0.52% | - |
| XYZ | 13.57 | 12.93 | 2.04 | - |
| YUV | 95.67 | 79.09 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 9 | 0 | 0.29 | 0.93 | 0.48 | 41.46 | 0.87 | 0.28 |
| Hex | 84 | 5E | 9 | 0 | 1D | 5D | 30 | 29 | 57 | 1C |
| Octal | 204 | 136 | 11 | 0 | 35 | 135 | 60 | 51 | 127 | 34 |
| Binary | 10000100 | 1011110 | 1001 | 0 | 11101 | 1011101 | 110000 | 101001 | 1010111 | 11100 |
Color Harmonies of #845E09
Complementary color
Monochromatic Colors of #845E09
Black with #845E09
Text Example
Text Example
White with #845E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E09; }
p { color: rgb(132,94,9); }
H1.HeaderClassName
{
color: #845E09;
}
.AnyTagClassName
{
color: #845E09;
}
</style>
background-color css
<style>
a { background-color: #845E09; }
a { background-color: rgb(132,94,9); }
div.DivClassName
{
background-color: #845E09;
}
.BgClassName
{
background-color: #845E09;
}
</style>
border-color css
<style>
span { border-color: #845E09; }
span { border-color: rgb(132,94,9); }
td.TdClassName
{
border-color: #845E09;
}
.TagClassName
{
border-color: #845E09;
}
</style>