Shades of Golden Brown #8A5C0F
Tints of Golden Brown #8A5C0F
RGB
CMYK
RGB Variations
Color information
#8A5C0F (or 0x8A5C0F) is known color: Golden Brown. HEX triplet: 8A, 5C and 0F. RGB value is (138,92,15). Sum of RGB (Red+Green+Blue) = 138+92+15=245 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.33% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5C0F is #75A3F0. Grayscale: #616161. Windows color (decimal): -7709681 or 1006730. OLE color: 1006730.
HSL color Cylindrical-coordinate representation of color #8A5C0F: hue angle of 37.56º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A5C0F is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 92 | 15 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.46 |
| HSL | 37.56º | 0.8% | 0.3% | - |
| HSV(B) | 37.56º | 0.89% | 0.54% | - |
| XYZ | 14.39 | 13.09 | 2.22 | - |
| YUV | 96.98 | 81.74 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 92 | 15 | 0 | 0.33 | 0.89 | 0.46 | 37.56 | 0.8 | 0.3 |
| Hex | 8A | 5C | F | 0 | 21 | 59 | 2E | 26 | 50 | 1E |
| Octal | 212 | 134 | 17 | 0 | 41 | 131 | 56 | 46 | 120 | 36 |
| Binary | 10001010 | 1011100 | 1111 | 0 | 100001 | 1011001 | 101110 | 100110 | 1010000 | 11110 |
Color Harmonies of #8A5C0F
Complementary color
Monochromatic Colors of #8A5C0F
Black with #8A5C0F
Text Example
Text Example
White with #8A5C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5C0F; }
p { color: rgb(138,92,15); }
H1.HeaderClassName
{
color: #8A5C0F;
}
.AnyTagClassName
{
color: #8A5C0F;
}
</style>
background-color css
<style>
a { background-color: #8A5C0F; }
a { background-color: rgb(138,92,15); }
div.DivClassName
{
background-color: #8A5C0F;
}
.BgClassName
{
background-color: #8A5C0F;
}
</style>
border-color css
<style>
span { border-color: #8A5C0F; }
span { border-color: rgb(138,92,15); }
td.TdClassName
{
border-color: #8A5C0F;
}
.TagClassName
{
border-color: #8A5C0F;
}
</style>