Shades of Golden Brown #8D641A
Tints of Golden Brown #8D641A
RGB
CMYK
RGB Variations
Color information
#8D641A (or 0x8D641A) is known color: Golden Brown. HEX triplet: 8D, 64 and 1A. RGB value is (141,100,26). Sum of RGB (Red+Green+Blue) = 141+100+26=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D641A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D641A is #729BE5. Grayscale: #686868. Windows color (decimal): -7511014 or 1729677. OLE color: 1729677.
HSL color Cylindrical-coordinate representation of color #8D641A: hue angle of 38.61º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D641A is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 100 | 26 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.45 |
| HSL | 38.61º | 0.69% | 0.33% | - |
| HSV(B) | 38.61º | 0.82% | 0.55% | - |
| XYZ | 15.73 | 14.85 | 3.01 | - |
| YUV | 103.82 | 84.08 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 26 | 0 | 0.29 | 0.82 | 0.45 | 38.61 | 0.69 | 0.33 |
| Hex | 8D | 64 | 1A | 0 | 1D | 52 | 2D | 27 | 45 | 21 |
| Octal | 215 | 144 | 32 | 0 | 35 | 122 | 55 | 47 | 105 | 41 |
| Binary | 10001101 | 1100100 | 11010 | 0 | 11101 | 1010010 | 101101 | 100111 | 1000101 | 100001 |
Color Harmonies of #8D641A
Complementary color
Monochromatic Colors of #8D641A
Black with #8D641A
Text Example
Text Example
White with #8D641A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D641A; }
p { color: rgb(141,100,26); }
H1.HeaderClassName
{
color: #8D641A;
}
.AnyTagClassName
{
color: #8D641A;
}
</style>
background-color css
<style>
a { background-color: #8D641A; }
a { background-color: rgb(141,100,26); }
div.DivClassName
{
background-color: #8D641A;
}
.BgClassName
{
background-color: #8D641A;
}
</style>
border-color css
<style>
span { border-color: #8D641A; }
span { border-color: rgb(141,100,26); }
td.TdClassName
{
border-color: #8D641A;
}
.TagClassName
{
border-color: #8D641A;
}
</style>