Shades of Golden Brown #8B5E04
Tints of Golden Brown #8B5E04
RGB
CMYK
RGB Variations
Color information
#8B5E04 (or 0x8B5E04) is known color: Golden Brown. HEX triplet: 8B, 5E and 04. RGB value is (139,94,4). Sum of RGB (Red+Green+Blue) = 139+94+4=237 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.65% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5E04 is #74A1FB. Grayscale: #616161. Windows color (decimal): -7643644 or 286347. OLE color: 286347.
HSL color Cylindrical-coordinate representation of color #8B5E04: hue angle of 40º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B5E04 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 94 | 4 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.45 |
| HSL | 40º | 0.94% | 0.28% | - |
| HSV(B) | 40º | 0.97% | 0.55% | - |
| XYZ | 14.67 | 13.5 | 1.95 | - |
| YUV | 97.2 | 75.41 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 4 | 0 | 0.32 | 0.97 | 0.45 | 40 | 0.94 | 0.28 |
| Hex | 8B | 5E | 4 | 0 | 20 | 61 | 2D | 28 | 5E | 1C |
| Octal | 213 | 136 | 4 | 0 | 40 | 141 | 55 | 50 | 136 | 34 |
| Binary | 10001011 | 1011110 | 100 | 0 | 100000 | 1100001 | 101101 | 101000 | 1011110 | 11100 |
Color Harmonies of #8B5E04
Complementary color
Monochromatic Colors of #8B5E04
Black with #8B5E04
Text Example
Text Example
White with #8B5E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E04; }
p { color: rgb(139,94,4); }
H1.HeaderClassName
{
color: #8B5E04;
}
.AnyTagClassName
{
color: #8B5E04;
}
</style>
background-color css
<style>
a { background-color: #8B5E04; }
a { background-color: rgb(139,94,4); }
div.DivClassName
{
background-color: #8B5E04;
}
.BgClassName
{
background-color: #8B5E04;
}
</style>
border-color css
<style>
span { border-color: #8B5E04; }
span { border-color: rgb(139,94,4); }
td.TdClassName
{
border-color: #8B5E04;
}
.TagClassName
{
border-color: #8B5E04;
}
</style>