Shades of Golden Brown #937101
Tints of Golden Brown #937101
RGB
CMYK
RGB Variations
Color information
#937101 (or 0x937101) is known color: Golden Brown. HEX triplet: 93, 71 and 01. RGB value is (147,113,1). Sum of RGB (Red+Green+Blue) = 147+113+1=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #937101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937101 is #6C8EFE. Grayscale: #6E6E6E. Windows color (decimal): -7114495 or 94611. OLE color: 94611.
HSL color Cylindrical-coordinate representation of color #937101: hue angle of 46.03º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #937101 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 113 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.42 |
| HSL | 46.03º | 0.99% | 0.29% | - |
| HSV(B) | 46.03º | 0.99% | 0.58% | - |
| XYZ | 17.94 | 18.02 | 2.56 | - |
| YUV | 110.4 | 66.26 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 113 | 1 | 0 | 0.23 | 0.99 | 0.42 | 46.03 | 0.99 | 0.29 |
| Hex | 93 | 71 | 1 | 0 | 17 | 63 | 2A | 2E | 63 | 1D |
| Octal | 223 | 161 | 1 | 0 | 27 | 143 | 52 | 56 | 143 | 35 |
| Binary | 10010011 | 1110001 | 1 | 0 | 10111 | 1100011 | 101010 | 101110 | 1100011 | 11101 |
Color Harmonies of #937101
Complementary color
Monochromatic Colors of #937101
Black with #937101
Text Example
Text Example
White with #937101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937101; }
p { color: rgb(147,113,1); }
H1.HeaderClassName
{
color: #937101;
}
.AnyTagClassName
{
color: #937101;
}
</style>
background-color css
<style>
a { background-color: #937101; }
a { background-color: rgb(147,113,1); }
div.DivClassName
{
background-color: #937101;
}
.BgClassName
{
background-color: #937101;
}
</style>
border-color css
<style>
span { border-color: #937101; }
span { border-color: rgb(147,113,1); }
td.TdClassName
{
border-color: #937101;
}
.TagClassName
{
border-color: #937101;
}
</style>