Shades of Golden Brown #8B5A07
Tints of Golden Brown #8B5A07
RGB
CMYK
RGB Variations
Color information
#8B5A07 (or 0x8B5A07) is known color: Golden Brown. HEX triplet: 8B, 5A and 07. RGB value is (139,90,7). Sum of RGB (Red+Green+Blue) = 139+90+7=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5A07 is #74A5F8. Grayscale: #5F5F5F. Windows color (decimal): -7644665 or 481931. OLE color: 481931.
HSL color Cylindrical-coordinate representation of color #8B5A07: hue angle of 37.73º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B5A07 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 90 | 7 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.45 |
| HSL | 37.73º | 0.9% | 0.29% | - |
| HSV(B) | 37.73º | 0.95% | 0.55% | - |
| XYZ | 14.34 | 12.82 | 1.92 | - |
| YUV | 95.19 | 78.23 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 7 | 0 | 0.35 | 0.95 | 0.45 | 37.73 | 0.9 | 0.29 |
| Hex | 8B | 5A | 7 | 0 | 23 | 5F | 2D | 26 | 5A | 1D |
| Octal | 213 | 132 | 7 | 0 | 43 | 137 | 55 | 46 | 132 | 35 |
| Binary | 10001011 | 1011010 | 111 | 0 | 100011 | 1011111 | 101101 | 100110 | 1011010 | 11101 |
Color Harmonies of #8B5A07
Complementary color
Monochromatic Colors of #8B5A07
Black with #8B5A07
Text Example
Text Example
White with #8B5A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5A07; }
p { color: rgb(139,90,7); }
H1.HeaderClassName
{
color: #8B5A07;
}
.AnyTagClassName
{
color: #8B5A07;
}
</style>
background-color css
<style>
a { background-color: #8B5A07; }
a { background-color: rgb(139,90,7); }
div.DivClassName
{
background-color: #8B5A07;
}
.BgClassName
{
background-color: #8B5A07;
}
</style>
border-color css
<style>
span { border-color: #8B5A07; }
span { border-color: rgb(139,90,7); }
td.TdClassName
{
border-color: #8B5A07;
}
.TagClassName
{
border-color: #8B5A07;
}
</style>