Shades of Golden Brown #8E650C
Tints of Golden Brown #8E650C
RGB
CMYK
RGB Variations
Color information
#8E650C (or 0x8E650C) is known color: Golden Brown. HEX triplet: 8E, 65 and 0C. RGB value is (142,101,12). Sum of RGB (Red+Green+Blue) = 142+101+12=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E650C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E650C is #719AF3. Grayscale: #676767. Windows color (decimal): -7445236 or 812430. OLE color: 812430.
HSL color Cylindrical-coordinate representation of color #8E650C: hue angle of 41.08º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E650C is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 101 | 12 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.44 |
| HSL | 41.08º | 0.84% | 0.3% | - |
| HSV(B) | 41.08º | 0.92% | 0.56% | - |
| XYZ | 15.88 | 15.08 | 2.42 | - |
| YUV | 103.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 101 | 12 | 0 | 0.29 | 0.92 | 0.44 | 41.08 | 0.84 | 0.3 |
| Hex | 8E | 65 | C | 0 | 1D | 5C | 2C | 29 | 54 | 1E |
| Octal | 216 | 145 | 14 | 0 | 35 | 134 | 54 | 51 | 124 | 36 |
| Binary | 10001110 | 1100101 | 1100 | 0 | 11101 | 1011100 | 101100 | 101001 | 1010100 | 11110 |
Color Harmonies of #8E650C
Complementary color
Monochromatic Colors of #8E650C
Black with #8E650C
Text Example
Text Example
White with #8E650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E650C; }
p { color: rgb(142,101,12); }
H1.HeaderClassName
{
color: #8E650C;
}
.AnyTagClassName
{
color: #8E650C;
}
</style>
background-color css
<style>
a { background-color: #8E650C; }
a { background-color: rgb(142,101,12); }
div.DivClassName
{
background-color: #8E650C;
}
.BgClassName
{
background-color: #8E650C;
}
</style>
border-color css
<style>
span { border-color: #8E650C; }
span { border-color: rgb(142,101,12); }
td.TdClassName
{
border-color: #8E650C;
}
.TagClassName
{
border-color: #8E650C;
}
</style>