Shades of Golden Brown #8B640A
Tints of Golden Brown #8B640A
RGB
CMYK
RGB Variations
Color information
#8B640A (or 0x8B640A) is known color: Golden Brown. HEX triplet: 8B, 64 and 0A. RGB value is (139,100,10). Sum of RGB (Red+Green+Blue) = 139+100+10=249 (32% of max value = 765). Red value is 139 (54.69% from 255 or 55.82% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 139 - color contains mainly: red. Hex color #8B640A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B640A is #749BF5. Grayscale: #656565. Windows color (decimal): -7642102 or 681099. OLE color: 681099.
HSL color Cylindrical-coordinate representation of color #8B640A: hue angle of 41.86º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B640A is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 100 | 10 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.45 |
| HSL | 41.86º | 0.87% | 0.29% | - |
| HSV(B) | 41.86º | 0.93% | 0.55% | - |
| XYZ | 15.26 | 14.63 | 2.31 | - |
| YUV | 101.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 100 | 10 | 0 | 0.28 | 0.93 | 0.45 | 41.86 | 0.87 | 0.29 |
| Hex | 8B | 64 | A | 0 | 1C | 5D | 2D | 2A | 57 | 1D |
| Octal | 213 | 144 | 12 | 0 | 34 | 135 | 55 | 52 | 127 | 35 |
| Binary | 10001011 | 1100100 | 1010 | 0 | 11100 | 1011101 | 101101 | 101010 | 1010111 | 11101 |
Color Harmonies of #8B640A
Complementary color
Monochromatic Colors of #8B640A
Black with #8B640A
Text Example
Text Example
White with #8B640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B640A; }
p { color: rgb(139,100,10); }
H1.HeaderClassName
{
color: #8B640A;
}
.AnyTagClassName
{
color: #8B640A;
}
</style>
background-color css
<style>
a { background-color: #8B640A; }
a { background-color: rgb(139,100,10); }
div.DivClassName
{
background-color: #8B640A;
}
.BgClassName
{
background-color: #8B640A;
}
</style>
border-color css
<style>
span { border-color: #8B640A; }
span { border-color: rgb(139,100,10); }
td.TdClassName
{
border-color: #8B640A;
}
.TagClassName
{
border-color: #8B640A;
}
</style>