Shades of Golden Brown #8C620D
Tints of Golden Brown #8C620D
RGB
CMYK
RGB Variations
Color information
#8C620D (or 0x8C620D) is known color: Golden Brown. HEX triplet: 8C, 62 and 0D. RGB value is (140,98,13). Sum of RGB (Red+Green+Blue) = 140+98+13=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C620D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C620D is #739DF2. Grayscale: #656565. Windows color (decimal): -7577075 or 877196. OLE color: 877196.
HSL color Cylindrical-coordinate representation of color #8C620D: hue angle of 40.16º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C620D is Cyan = 0, Magento = 0.3, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 98 | 13 | - |
| CMYK | 0 | 0.3 | 0.91 | 0.45 |
| HSL | 40.16º | 0.83% | 0.3% | - |
| HSV(B) | 40.16º | 0.91% | 0.55% | - |
| XYZ | 15.26 | 14.34 | 2.34 | - |
| YUV | 100.87 | 78.41 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 13 | 0 | 0.3 | 0.91 | 0.45 | 40.16 | 0.83 | 0.3 |
| Hex | 8C | 62 | D | 0 | 1E | 5B | 2D | 28 | 53 | 1E |
| Octal | 214 | 142 | 15 | 0 | 36 | 133 | 55 | 50 | 123 | 36 |
| Binary | 10001100 | 1100010 | 1101 | 0 | 11110 | 1011011 | 101101 | 101000 | 1010011 | 11110 |
Color Harmonies of #8C620D
Complementary color
Monochromatic Colors of #8C620D
Black with #8C620D
Text Example
Text Example
White with #8C620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C620D; }
p { color: rgb(140,98,13); }
H1.HeaderClassName
{
color: #8C620D;
}
.AnyTagClassName
{
color: #8C620D;
}
</style>
background-color css
<style>
a { background-color: #8C620D; }
a { background-color: rgb(140,98,13); }
div.DivClassName
{
background-color: #8C620D;
}
.BgClassName
{
background-color: #8C620D;
}
</style>
border-color css
<style>
span { border-color: #8C620D; }
span { border-color: rgb(140,98,13); }
td.TdClassName
{
border-color: #8C620D;
}
.TagClassName
{
border-color: #8C620D;
}
</style>