Shades of Golden Brown #845C07
Tints of Golden Brown #845C07
RGB
CMYK
RGB Variations
Color information
#845C07 (or 0x845C07) is known color: Golden Brown. HEX triplet: 84, 5C and 07. RGB value is (132,92,7). Sum of RGB (Red+Green+Blue) = 132+92+7=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #845C07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845C07 is #7BA3F8. Grayscale: #5E5E5E. Windows color (decimal): -8102905 or 482436. OLE color: 482436.
HSL color Cylindrical-coordinate representation of color #845C07: hue angle of 40.8º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #845C07 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 92 | 7 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.48 |
| HSL | 40.8º | 0.9% | 0.27% | - |
| HSV(B) | 40.8º | 0.95% | 0.52% | - |
| XYZ | 13.38 | 12.58 | 1.92 | - |
| YUV | 94.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 7 | 0 | 0.30 | 0.95 | 0.48 | 40.8 | 0.9 | 0.27 |
| Hex | 84 | 5C | 7 | 0 | 1E | 5F | 30 | 29 | 5A | 1B |
| Octal | 204 | 134 | 7 | 0 | 36 | 137 | 60 | 51 | 132 | 33 |
| Binary | 10000100 | 1011100 | 111 | 0 | 11110 | 1011111 | 110000 | 101001 | 1011010 | 11011 |
Color Harmonies of #845C07
Complementary color
Monochromatic Colors of #845C07
Black with #845C07
Text Example
Text Example
White with #845C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845C07; }
p { color: rgb(132,92,7); }
H1.HeaderClassName
{
color: #845C07;
}
.AnyTagClassName
{
color: #845C07;
}
</style>
background-color css
<style>
a { background-color: #845C07; }
a { background-color: rgb(132,92,7); }
div.DivClassName
{
background-color: #845C07;
}
.BgClassName
{
background-color: #845C07;
}
</style>
border-color css
<style>
span { border-color: #845C07; }
span { border-color: rgb(132,92,7); }
td.TdClassName
{
border-color: #845C07;
}
.TagClassName
{
border-color: #845C07;
}
</style>