Shades of Golden Brown #93710A
Tints of Golden Brown #93710A
RGB
CMYK
RGB Variations
Color information
#93710A (or 0x93710A) is known color: Golden Brown. HEX triplet: 93, 71 and 0A. RGB value is (147,113,10). Sum of RGB (Red+Green+Blue) = 147+113+10=270 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.44% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 147 - color contains mainly: red. Hex color #93710A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93710A is #6C8EF5. Grayscale: #6F6F6F. Windows color (decimal): -7114486 or 684435. OLE color: 684435.
HSL color Cylindrical-coordinate representation of color #93710A: hue angle of 45.11º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93710A is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 113 | 10 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.42 |
| HSL | 45.11º | 0.87% | 0.31% | - |
| HSV(B) | 45.11º | 0.93% | 0.58% | - |
| XYZ | 17.99 | 18.04 | 2.82 | - |
| YUV | 111.42 | 70.76 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 113 | 10 | 0 | 0.23 | 0.93 | 0.42 | 45.11 | 0.87 | 0.31 |
| Hex | 93 | 71 | A | 0 | 17 | 5D | 2A | 2D | 57 | 1F |
| Octal | 223 | 161 | 12 | 0 | 27 | 135 | 52 | 55 | 127 | 37 |
| Binary | 10010011 | 1110001 | 1010 | 0 | 10111 | 1011101 | 101010 | 101101 | 1010111 | 11111 |
Color Harmonies of #93710A
Complementary color
Monochromatic Colors of #93710A
Black with #93710A
Text Example
Text Example
White with #93710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93710A; }
p { color: rgb(147,113,10); }
H1.HeaderClassName
{
color: #93710A;
}
.AnyTagClassName
{
color: #93710A;
}
</style>
background-color css
<style>
a { background-color: #93710A; }
a { background-color: rgb(147,113,10); }
div.DivClassName
{
background-color: #93710A;
}
.BgClassName
{
background-color: #93710A;
}
</style>
border-color css
<style>
span { border-color: #93710A; }
span { border-color: rgb(147,113,10); }
td.TdClassName
{
border-color: #93710A;
}
.TagClassName
{
border-color: #93710A;
}
</style>