Shades of Golden Brown #8B5E09
Tints of Golden Brown #8B5E09
RGB
CMYK
RGB Variations
Color information
#8B5E09 (or 0x8B5E09) is known color: Golden Brown. HEX triplet: 8B, 5E and 09. RGB value is (139,94,9). Sum of RGB (Red+Green+Blue) = 139+94+9=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5E09 is #74A1F6. Grayscale: #626262. Windows color (decimal): -7643639 or 614027. OLE color: 614027.
HSL color Cylindrical-coordinate representation of color #8B5E09: hue angle of 39.23º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B5E09 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 94 | 9 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.45 |
| HSL | 39.23º | 0.88% | 0.29% | - |
| HSV(B) | 39.23º | 0.94% | 0.55% | - |
| XYZ | 14.7 | 13.51 | 2.09 | - |
| YUV | 97.77 | 77.91 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 9 | 0 | 0.32 | 0.94 | 0.45 | 39.23 | 0.88 | 0.29 |
| Hex | 8B | 5E | 9 | 0 | 20 | 5E | 2D | 27 | 58 | 1D |
| Octal | 213 | 136 | 11 | 0 | 40 | 136 | 55 | 47 | 130 | 35 |
| Binary | 10001011 | 1011110 | 1001 | 0 | 100000 | 1011110 | 101101 | 100111 | 1011000 | 11101 |
Color Harmonies of #8B5E09
Complementary color
Monochromatic Colors of #8B5E09
Black with #8B5E09
Text Example
Text Example
White with #8B5E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E09; }
p { color: rgb(139,94,9); }
H1.HeaderClassName
{
color: #8B5E09;
}
.AnyTagClassName
{
color: #8B5E09;
}
</style>
background-color css
<style>
a { background-color: #8B5E09; }
a { background-color: rgb(139,94,9); }
div.DivClassName
{
background-color: #8B5E09;
}
.BgClassName
{
background-color: #8B5E09;
}
</style>
border-color css
<style>
span { border-color: #8B5E09; }
span { border-color: rgb(139,94,9); }
td.TdClassName
{
border-color: #8B5E09;
}
.TagClassName
{
border-color: #8B5E09;
}
</style>