Shades of Golden Brown #845D03
Tints of Golden Brown #845D03
RGB
CMYK
RGB Variations
Color information
#845D03 (or 0x845D03) is known color: Golden Brown. HEX triplet: 84, 5D and 03. RGB value is (132,93,3). Sum of RGB (Red+Green+Blue) = 132+93+3=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #845D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845D03 is #7BA2FC. Grayscale: #5E5E5E. Windows color (decimal): -8102653 or 220548. OLE color: 220548.
HSL color Cylindrical-coordinate representation of color #845D03: hue angle of 41.86º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #845D03 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 93 | 3 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.48 |
| HSL | 41.86º | 0.96% | 0.26% | - |
| HSV(B) | 41.86º | 0.98% | 0.52% | - |
| XYZ | 13.45 | 12.74 | 1.84 | - |
| YUV | 94.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 3 | 0 | 0.30 | 0.98 | 0.48 | 41.86 | 0.96 | 0.26 |
| Hex | 84 | 5D | 3 | 0 | 1E | 62 | 30 | 2A | 60 | 1A |
| Octal | 204 | 135 | 3 | 0 | 36 | 142 | 60 | 52 | 140 | 32 |
| Binary | 10000100 | 1011101 | 11 | 0 | 11110 | 1100010 | 110000 | 101010 | 1100000 | 11010 |
Color Harmonies of #845D03
Complementary color
Monochromatic Colors of #845D03
Black with #845D03
Text Example
Text Example
White with #845D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D03; }
p { color: rgb(132,93,3); }
H1.HeaderClassName
{
color: #845D03;
}
.AnyTagClassName
{
color: #845D03;
}
</style>
background-color css
<style>
a { background-color: #845D03; }
a { background-color: rgb(132,93,3); }
div.DivClassName
{
background-color: #845D03;
}
.BgClassName
{
background-color: #845D03;
}
</style>
border-color css
<style>
span { border-color: #845D03; }
span { border-color: rgb(132,93,3); }
td.TdClassName
{
border-color: #845D03;
}
.TagClassName
{
border-color: #845D03;
}
</style>