Shades of Golden Brown #845D0D
Tints of Golden Brown #845D0D
RGB
CMYK
RGB Variations
Color information
#845D0D (or 0x845D0D) is known color: Golden Brown. HEX triplet: 84, 5D and 0D. RGB value is (132,93,13). Sum of RGB (Red+Green+Blue) = 132+93+13=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #845D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845D0D is #7BA2F2. Grayscale: #5F5F5F. Windows color (decimal): -8102643 or 875908. OLE color: 875908.
HSL color Cylindrical-coordinate representation of color #845D0D: hue angle of 40.34º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #845D0D is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 93 | 13 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.48 |
| HSL | 40.34º | 0.82% | 0.28% | - |
| HSV(B) | 40.34º | 0.9% | 0.52% | - |
| XYZ | 13.5 | 12.76 | 2.13 | - |
| YUV | 95.54 | 81.42 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 13 | 0 | 0.30 | 0.90 | 0.48 | 40.34 | 0.82 | 0.28 |
| Hex | 84 | 5D | D | 0 | 1E | 5A | 30 | 28 | 52 | 1C |
| Octal | 204 | 135 | 15 | 0 | 36 | 132 | 60 | 50 | 122 | 34 |
| Binary | 10000100 | 1011101 | 1101 | 0 | 11110 | 1011010 | 110000 | 101000 | 1010010 | 11100 |
Color Harmonies of #845D0D
Complementary color
Monochromatic Colors of #845D0D
Black with #845D0D
Text Example
Text Example
White with #845D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D0D; }
p { color: rgb(132,93,13); }
H1.HeaderClassName
{
color: #845D0D;
}
.AnyTagClassName
{
color: #845D0D;
}
</style>
background-color css
<style>
a { background-color: #845D0D; }
a { background-color: rgb(132,93,13); }
div.DivClassName
{
background-color: #845D0D;
}
.BgClassName
{
background-color: #845D0D;
}
</style>
border-color css
<style>
span { border-color: #845D0D; }
span { border-color: rgb(132,93,13); }
td.TdClassName
{
border-color: #845D0D;
}
.TagClassName
{
border-color: #845D0D;
}
</style>