Shades of Golden Brown #937201
Tints of Golden Brown #937201
RGB
CMYK
RGB Variations
Color information
#937201 (or 0x937201) is known color: Golden Brown. HEX triplet: 93, 72 and 01. RGB value is (147,114,1). Sum of RGB (Red+Green+Blue) = 147+114+1=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #937201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937201 is #6C8DFE. Grayscale: #6F6F6F. Windows color (decimal): -7114239 or 94867. OLE color: 94867.
HSL color Cylindrical-coordinate representation of color #937201: hue angle of 46.44º 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 #937201 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 114 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.42 |
| HSL | 46.44º | 0.99% | 0.29% | - |
| HSV(B) | 46.44º | 0.99% | 0.58% | - |
| XYZ | 18.06 | 18.24 | 2.6 | - |
| YUV | 110.99 | 65.93 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 114 | 1 | 0 | 0.22 | 0.99 | 0.42 | 46.44 | 0.99 | 0.29 |
| Hex | 93 | 72 | 1 | 0 | 16 | 63 | 2A | 2E | 63 | 1D |
| Octal | 223 | 162 | 1 | 0 | 26 | 143 | 52 | 56 | 143 | 35 |
| Binary | 10010011 | 1110010 | 1 | 0 | 10110 | 1100011 | 101010 | 101110 | 1100011 | 11101 |
Color Harmonies of #937201
Complementary color
Monochromatic Colors of #937201
Black with #937201
Text Example
Text Example
White with #937201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937201; }
p { color: rgb(147,114,1); }
H1.HeaderClassName
{
color: #937201;
}
.AnyTagClassName
{
color: #937201;
}
</style>
background-color css
<style>
a { background-color: #937201; }
a { background-color: rgb(147,114,1); }
div.DivClassName
{
background-color: #937201;
}
.BgClassName
{
background-color: #937201;
}
</style>
border-color css
<style>
span { border-color: #937201; }
span { border-color: rgb(147,114,1); }
td.TdClassName
{
border-color: #937201;
}
.TagClassName
{
border-color: #937201;
}
</style>