Shades of Golden Brown #936313
Tints of Golden Brown #936313
RGB
CMYK
RGB Variations
Color information
#936313 (or 0x936313) is known color: Golden Brown. HEX triplet: 93, 63 and 13. RGB value is (147,99,19). Sum of RGB (Red+Green+Blue) = 147+99+19=265 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.47% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 147 - color contains mainly: red. Hex color #936313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936313 is #6C9CEC. Grayscale: #686868. Windows color (decimal): -7118061 or 1270675. OLE color: 1270675.
HSL color Cylindrical-coordinate representation of color #936313: hue angle of 37.5º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #936313 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 99 | 19 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.42 |
| HSL | 37.5º | 0.77% | 0.33% | - |
| HSV(B) | 37.5º | 0.87% | 0.58% | - |
| XYZ | 16.61 | 15.17 | 2.67 | - |
| YUV | 104.23 | 79.9 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 19 | 0 | 0.33 | 0.87 | 0.42 | 37.5 | 0.77 | 0.33 |
| Hex | 93 | 63 | 13 | 0 | 21 | 57 | 2A | 26 | 4D | 21 |
| Octal | 223 | 143 | 23 | 0 | 41 | 127 | 52 | 46 | 115 | 41 |
| Binary | 10010011 | 1100011 | 10011 | 0 | 100001 | 1010111 | 101010 | 100110 | 1001101 | 100001 |
Color Harmonies of #936313
Complementary color
Monochromatic Colors of #936313
Black with #936313
Text Example
Text Example
White with #936313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936313; }
p { color: rgb(147,99,19); }
H1.HeaderClassName
{
color: #936313;
}
.AnyTagClassName
{
color: #936313;
}
</style>
background-color css
<style>
a { background-color: #936313; }
a { background-color: rgb(147,99,19); }
div.DivClassName
{
background-color: #936313;
}
.BgClassName
{
background-color: #936313;
}
</style>
border-color css
<style>
span { border-color: #936313; }
span { border-color: rgb(147,99,19); }
td.TdClassName
{
border-color: #936313;
}
.TagClassName
{
border-color: #936313;
}
</style>