Shades of Golden Brown #8C641A
Tints of Golden Brown #8C641A
RGB
CMYK
RGB Variations
Color information
#8C641A (or 0x8C641A) is known color: Golden Brown. HEX triplet: 8C, 64 and 1A. RGB value is (140,100,26). Sum of RGB (Red+Green+Blue) = 140+100+26=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C641A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C641A is #739BE5. Grayscale: #676767. Windows color (decimal): -7576550 or 1729676. OLE color: 1729676.
HSL color Cylindrical-coordinate representation of color #8C641A: hue angle of 38.95º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C641A is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 26 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.45 |
| HSL | 38.95º | 0.69% | 0.33% | - |
| HSV(B) | 38.95º | 0.81% | 0.55% | - |
| XYZ | 15.56 | 14.76 | 3.01 | - |
| YUV | 103.52 | 84.25 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 26 | 0 | 0.29 | 0.81 | 0.45 | 38.95 | 0.69 | 0.33 |
| Hex | 8C | 64 | 1A | 0 | 1D | 51 | 2D | 27 | 45 | 21 |
| Octal | 214 | 144 | 32 | 0 | 35 | 121 | 55 | 47 | 105 | 41 |
| Binary | 10001100 | 1100100 | 11010 | 0 | 11101 | 1010001 | 101101 | 100111 | 1000101 | 100001 |
Color Harmonies of #8C641A
Complementary color
Monochromatic Colors of #8C641A
Black with #8C641A
Text Example
Text Example
White with #8C641A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C641A; }
p { color: rgb(140,100,26); }
H1.HeaderClassName
{
color: #8C641A;
}
.AnyTagClassName
{
color: #8C641A;
}
</style>
background-color css
<style>
a { background-color: #8C641A; }
a { background-color: rgb(140,100,26); }
div.DivClassName
{
background-color: #8C641A;
}
.BgClassName
{
background-color: #8C641A;
}
</style>
border-color css
<style>
span { border-color: #8C641A; }
span { border-color: rgb(140,100,26); }
td.TdClassName
{
border-color: #8C641A;
}
.TagClassName
{
border-color: #8C641A;
}
</style>