Shades of Golden Brown #8D6208
Tints of Golden Brown #8D6208
RGB
CMYK
RGB Variations
Color information
#8D6208 (or 0x8D6208) is known color: Golden Brown. HEX triplet: 8D, 62 and 08. RGB value is (141,98,8). Sum of RGB (Red+Green+Blue) = 141+98+8=247 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.09% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6208 is #729DF7. Grayscale: #656565. Windows color (decimal): -7511544 or 549517. OLE color: 549517.
HSL color Cylindrical-coordinate representation of color #8D6208: hue angle of 40.6º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D6208 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 98 | 8 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.45 |
| HSL | 40.6º | 0.89% | 0.29% | - |
| HSV(B) | 40.6º | 0.94% | 0.55% | - |
| XYZ | 15.4 | 14.42 | 2.2 | - |
| YUV | 100.6 | 75.75 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 8 | 0 | 0.30 | 0.94 | 0.45 | 40.6 | 0.89 | 0.29 |
| Hex | 8D | 62 | 8 | 0 | 1E | 5E | 2D | 29 | 59 | 1D |
| Octal | 215 | 142 | 10 | 0 | 36 | 136 | 55 | 51 | 131 | 35 |
| Binary | 10001101 | 1100010 | 1000 | 0 | 11110 | 1011110 | 101101 | 101001 | 1011001 | 11101 |
Color Harmonies of #8D6208
Complementary color
Monochromatic Colors of #8D6208
Black with #8D6208
Text Example
Text Example
White with #8D6208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6208; }
p { color: rgb(141,98,8); }
H1.HeaderClassName
{
color: #8D6208;
}
.AnyTagClassName
{
color: #8D6208;
}
</style>
background-color css
<style>
a { background-color: #8D6208; }
a { background-color: rgb(141,98,8); }
div.DivClassName
{
background-color: #8D6208;
}
.BgClassName
{
background-color: #8D6208;
}
</style>
border-color css
<style>
span { border-color: #8D6208; }
span { border-color: rgb(141,98,8); }
td.TdClassName
{
border-color: #8D6208;
}
.TagClassName
{
border-color: #8D6208;
}
</style>