Shades of Golden Brown #8E670D
Tints of Golden Brown #8E670D
RGB
CMYK
RGB Variations
Color information
#8E670D (or 0x8E670D) is known color: Golden Brown. HEX triplet: 8E, 67 and 0D. RGB value is (142,103,13). Sum of RGB (Red+Green+Blue) = 142+103+13=258 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.04% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 142 - color contains mainly: red. Hex color #8E670D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E670D is #7198F2. Grayscale: #686868. Windows color (decimal): -7444723 or 878478. OLE color: 878478.
HSL color Cylindrical-coordinate representation of color #8E670D: hue angle of 41.86º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E670D is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 103 | 13 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.44 |
| HSL | 41.86º | 0.83% | 0.3% | - |
| HSV(B) | 41.86º | 0.91% | 0.56% | - |
| XYZ | 16.08 | 15.48 | 2.52 | - |
| YUV | 104.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 103 | 13 | 0 | 0.27 | 0.91 | 0.44 | 41.86 | 0.83 | 0.3 |
| Hex | 8E | 67 | D | 0 | 1B | 5B | 2C | 2A | 53 | 1E |
| Octal | 216 | 147 | 15 | 0 | 33 | 133 | 54 | 52 | 123 | 36 |
| Binary | 10001110 | 1100111 | 1101 | 0 | 11011 | 1011011 | 101100 | 101010 | 1010011 | 11110 |
Color Harmonies of #8E670D
Complementary color
Monochromatic Colors of #8E670D
Black with #8E670D
Text Example
Text Example
White with #8E670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E670D; }
p { color: rgb(142,103,13); }
H1.HeaderClassName
{
color: #8E670D;
}
.AnyTagClassName
{
color: #8E670D;
}
</style>
background-color css
<style>
a { background-color: #8E670D; }
a { background-color: rgb(142,103,13); }
div.DivClassName
{
background-color: #8E670D;
}
.BgClassName
{
background-color: #8E670D;
}
</style>
border-color css
<style>
span { border-color: #8E670D; }
span { border-color: rgb(142,103,13); }
td.TdClassName
{
border-color: #8E670D;
}
.TagClassName
{
border-color: #8E670D;
}
</style>