Shades of Golden Brown #845D07
Tints of Golden Brown #845D07
RGB
CMYK
RGB Variations
Color information
#845D07 (or 0x845D07) is known color: Golden Brown. HEX triplet: 84, 5D and 07. RGB value is (132,93,7). Sum of RGB (Red+Green+Blue) = 132+93+7=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #845D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845D07 is #7BA2F8. Grayscale: #5F5F5F. Windows color (decimal): -8102649 or 482692. OLE color: 482692.
HSL color Cylindrical-coordinate representation of color #845D07: hue angle of 41.28º 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 #845D07 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 93 | 7 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.48 |
| HSL | 41.28º | 0.9% | 0.27% | - |
| HSV(B) | 41.28º | 0.95% | 0.52% | - |
| XYZ | 13.47 | 12.75 | 1.95 | - |
| YUV | 94.86 | 78.42 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 7 | 0 | 0.30 | 0.95 | 0.48 | 41.28 | 0.9 | 0.27 |
| Hex | 84 | 5D | 7 | 0 | 1E | 5F | 30 | 29 | 5A | 1B |
| Octal | 204 | 135 | 7 | 0 | 36 | 137 | 60 | 51 | 132 | 33 |
| Binary | 10000100 | 1011101 | 111 | 0 | 11110 | 1011111 | 110000 | 101001 | 1011010 | 11011 |
Color Harmonies of #845D07
Complementary color
Monochromatic Colors of #845D07
Black with #845D07
Text Example
Text Example
White with #845D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D07; }
p { color: rgb(132,93,7); }
H1.HeaderClassName
{
color: #845D07;
}
.AnyTagClassName
{
color: #845D07;
}
</style>
background-color css
<style>
a { background-color: #845D07; }
a { background-color: rgb(132,93,7); }
div.DivClassName
{
background-color: #845D07;
}
.BgClassName
{
background-color: #845D07;
}
</style>
border-color css
<style>
span { border-color: #845D07; }
span { border-color: rgb(132,93,7); }
td.TdClassName
{
border-color: #845D07;
}
.TagClassName
{
border-color: #845D07;
}
</style>