Shades of Golden Brown #937019
Tints of Golden Brown #937019
RGB
CMYK
RGB Variations
Color information
#937019 (or 0x937019) is known color: Golden Brown. HEX triplet: 93, 70 and 19. RGB value is (147,112,25). Sum of RGB (Red+Green+Blue) = 147+112+25=284 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.76% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 147 - color contains mainly: red. Hex color #937019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937019 is #6C8FE6. Grayscale: #707070. Windows color (decimal): -7114727 or 1667219. OLE color: 1667219.
HSL color Cylindrical-coordinate representation of color #937019: hue angle of 42.79º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #937019 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 112 | 25 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.42 |
| HSL | 42.79º | 0.71% | 0.34% | - |
| HSV(B) | 42.79º | 0.83% | 0.58% | - |
| XYZ | 18 | 17.86 | 3.42 | - |
| YUV | 112.55 | 78.6 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 25 | 0 | 0.24 | 0.83 | 0.42 | 42.79 | 0.71 | 0.34 |
| Hex | 93 | 70 | 19 | 0 | 18 | 53 | 2A | 2B | 47 | 22 |
| Octal | 223 | 160 | 31 | 0 | 30 | 123 | 52 | 53 | 107 | 42 |
| Binary | 10010011 | 1110000 | 11001 | 0 | 11000 | 1010011 | 101010 | 101011 | 1000111 | 100010 |
Color Harmonies of #937019
Complementary color
Monochromatic Colors of #937019
Black with #937019
Text Example
Text Example
White with #937019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937019; }
p { color: rgb(147,112,25); }
H1.HeaderClassName
{
color: #937019;
}
.AnyTagClassName
{
color: #937019;
}
</style>
background-color css
<style>
a { background-color: #937019; }
a { background-color: rgb(147,112,25); }
div.DivClassName
{
background-color: #937019;
}
.BgClassName
{
background-color: #937019;
}
</style>
border-color css
<style>
span { border-color: #937019; }
span { border-color: rgb(147,112,25); }
td.TdClassName
{
border-color: #937019;
}
.TagClassName
{
border-color: #937019;
}
</style>