Shades of Golden Brown #8B6012
Tints of Golden Brown #8B6012
RGB
CMYK
RGB Variations
Color information
#8B6012 (or 0x8B6012) is known color: Golden Brown. HEX triplet: 8B, 60 and 12. RGB value is (139,96,18). Sum of RGB (Red+Green+Blue) = 139+96+18=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6012 is #749FED. Grayscale: #646464. Windows color (decimal): -7643118 or 1204363. OLE color: 1204363.
HSL color Cylindrical-coordinate representation of color #8B6012: hue angle of 38.68º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B6012 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 96 | 18 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.45 |
| HSL | 38.68º | 0.77% | 0.31% | - |
| HSV(B) | 38.68º | 0.87% | 0.55% | - |
| XYZ | 14.94 | 13.9 | 2.47 | - |
| YUV | 99.97 | 81.75 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 18 | 0 | 0.31 | 0.87 | 0.45 | 38.68 | 0.77 | 0.31 |
| Hex | 8B | 60 | 12 | 0 | 1F | 57 | 2D | 27 | 4D | 1F |
| Octal | 213 | 140 | 22 | 0 | 37 | 127 | 55 | 47 | 115 | 37 |
| Binary | 10001011 | 1100000 | 10010 | 0 | 11111 | 1010111 | 101101 | 100111 | 1001101 | 11111 |
Color Harmonies of #8B6012
Complementary color
Monochromatic Colors of #8B6012
Black with #8B6012
Text Example
Text Example
White with #8B6012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6012; }
p { color: rgb(139,96,18); }
H1.HeaderClassName
{
color: #8B6012;
}
.AnyTagClassName
{
color: #8B6012;
}
</style>
background-color css
<style>
a { background-color: #8B6012; }
a { background-color: rgb(139,96,18); }
div.DivClassName
{
background-color: #8B6012;
}
.BgClassName
{
background-color: #8B6012;
}
</style>
border-color css
<style>
span { border-color: #8B6012; }
span { border-color: rgb(139,96,18); }
td.TdClassName
{
border-color: #8B6012;
}
.TagClassName
{
border-color: #8B6012;
}
</style>