Shades of Golden Brown #93740F
Tints of Golden Brown #93740F
RGB
CMYK
RGB Variations
Color information
#93740F (or 0x93740F) is known color: Golden Brown. HEX triplet: 93, 74 and 0F. RGB value is (147,116,15). Sum of RGB (Red+Green+Blue) = 147+116+15=278 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.88% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 147 - color contains mainly: red. Hex color #93740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93740F is #6C8BF0. Grayscale: #727272. Windows color (decimal): -7113713 or 1012883. OLE color: 1012883.
HSL color Cylindrical-coordinate representation of color #93740F: hue angle of 45.91º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93740F is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 116 | 15 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.42 |
| HSL | 45.91º | 0.81% | 0.32% | - |
| HSV(B) | 45.91º | 0.9% | 0.58% | - |
| XYZ | 18.36 | 18.73 | 3.1 | - |
| YUV | 113.76 | 72.27 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 116 | 15 | 0 | 0.21 | 0.90 | 0.42 | 45.91 | 0.81 | 0.32 |
| Hex | 93 | 74 | F | 0 | 15 | 5A | 2A | 2E | 51 | 20 |
| Octal | 223 | 164 | 17 | 0 | 25 | 132 | 52 | 56 | 121 | 40 |
| Binary | 10010011 | 1110100 | 1111 | 0 | 10101 | 1011010 | 101010 | 101110 | 1010001 | 100000 |
Color Harmonies of #93740F
Complementary color
Monochromatic Colors of #93740F
Black with #93740F
Text Example
Text Example
White with #93740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93740F; }
p { color: rgb(147,116,15); }
H1.HeaderClassName
{
color: #93740F;
}
.AnyTagClassName
{
color: #93740F;
}
</style>
background-color css
<style>
a { background-color: #93740F; }
a { background-color: rgb(147,116,15); }
div.DivClassName
{
background-color: #93740F;
}
.BgClassName
{
background-color: #93740F;
}
</style>
border-color css
<style>
span { border-color: #93740F; }
span { border-color: rgb(147,116,15); }
td.TdClassName
{
border-color: #93740F;
}
.TagClassName
{
border-color: #93740F;
}
</style>