Shades of Golden Brown #8C5A10
Tints of Golden Brown #8C5A10
RGB
CMYK
RGB Variations
Color information
#8C5A10 (or 0x8C5A10) is known color: Golden Brown. HEX triplet: 8C, 5A and 10. RGB value is (140,90,16). Sum of RGB (Red+Green+Blue) = 140+90+16=246 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.91% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5A10 is #73A5EF. Grayscale: #606060. Windows color (decimal): -7579120 or 1071756. OLE color: 1071756.
HSL color Cylindrical-coordinate representation of color #8C5A10: hue angle of 35.81º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C5A10 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 90 | 16 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.45 |
| HSL | 35.81º | 0.79% | 0.31% | - |
| HSV(B) | 35.81º | 0.89% | 0.55% | - |
| XYZ | 14.56 | 12.93 | 2.22 | - |
| YUV | 96.51 | 82.57 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 16 | 0 | 0.36 | 0.89 | 0.45 | 35.81 | 0.79 | 0.31 |
| Hex | 8C | 5A | 10 | 0 | 24 | 59 | 2D | 24 | 4F | 1F |
| Octal | 214 | 132 | 20 | 0 | 44 | 131 | 55 | 44 | 117 | 37 |
| Binary | 10001100 | 1011010 | 10000 | 0 | 100100 | 1011001 | 101101 | 100100 | 1001111 | 11111 |
Color Harmonies of #8C5A10
Complementary color
Monochromatic Colors of #8C5A10
Black with #8C5A10
Text Example
Text Example
White with #8C5A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5A10; }
p { color: rgb(140,90,16); }
H1.HeaderClassName
{
color: #8C5A10;
}
.AnyTagClassName
{
color: #8C5A10;
}
</style>
background-color css
<style>
a { background-color: #8C5A10; }
a { background-color: rgb(140,90,16); }
div.DivClassName
{
background-color: #8C5A10;
}
.BgClassName
{
background-color: #8C5A10;
}
</style>
border-color css
<style>
span { border-color: #8C5A10; }
span { border-color: rgb(140,90,16); }
td.TdClassName
{
border-color: #8C5A10;
}
.TagClassName
{
border-color: #8C5A10;
}
</style>