Shades of Golden Brown #93750D
Tints of Golden Brown #93750D
RGB
CMYK
RGB Variations
Color information
#93750D (or 0x93750D) is known color: Golden Brown. HEX triplet: 93, 75 and 0D. RGB value is (147,117,13). Sum of RGB (Red+Green+Blue) = 147+117+13=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #93750D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93750D is #6C8AF2. Grayscale: #727272. Windows color (decimal): -7113459 or 882067. OLE color: 882067.
HSL color Cylindrical-coordinate representation of color #93750D: hue angle of 46.57º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93750D is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 117 | 13 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.42 |
| HSL | 46.57º | 0.84% | 0.31% | - |
| HSV(B) | 46.57º | 0.91% | 0.58% | - |
| XYZ | 18.47 | 18.95 | 3.07 | - |
| YUV | 114.11 | 70.94 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 13 | 0 | 0.20 | 0.91 | 0.42 | 46.57 | 0.84 | 0.31 |
| Hex | 93 | 75 | D | 0 | 14 | 5B | 2A | 2F | 54 | 1F |
| Octal | 223 | 165 | 15 | 0 | 24 | 133 | 52 | 57 | 124 | 37 |
| Binary | 10010011 | 1110101 | 1101 | 0 | 10100 | 1011011 | 101010 | 101111 | 1010100 | 11111 |
Color Harmonies of #93750D
Complementary color
Monochromatic Colors of #93750D
Black with #93750D
Text Example
Text Example
White with #93750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93750D; }
p { color: rgb(147,117,13); }
H1.HeaderClassName
{
color: #93750D;
}
.AnyTagClassName
{
color: #93750D;
}
</style>
background-color css
<style>
a { background-color: #93750D; }
a { background-color: rgb(147,117,13); }
div.DivClassName
{
background-color: #93750D;
}
.BgClassName
{
background-color: #93750D;
}
</style>
border-color css
<style>
span { border-color: #93750D; }
span { border-color: rgb(147,117,13); }
td.TdClassName
{
border-color: #93750D;
}
.TagClassName
{
border-color: #93750D;
}
</style>