Shades of Golden Brown #93640A
Tints of Golden Brown #93640A
RGB
CMYK
RGB Variations
Color information
#93640A (or 0x93640A) is known color: Golden Brown. HEX triplet: 93, 64 and 0A. RGB value is (147,100,10). Sum of RGB (Red+Green+Blue) = 147+100+10=257 (34% of max value = 765). Red value is 147 (57.81% from 255 or 57.20% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 147 - color contains mainly: red. Hex color #93640A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93640A is #6C9BF5. Grayscale: #686868. Windows color (decimal): -7117814 or 681107. OLE color: 681107.
HSL color Cylindrical-coordinate representation of color #93640A: hue angle of 39.42º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93640A is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 100 | 10 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.42 |
| HSL | 39.42º | 0.87% | 0.31% | - |
| HSV(B) | 39.42º | 0.93% | 0.58% | - |
| XYZ | 16.64 | 15.34 | 2.37 | - |
| YUV | 103.79 | 75.07 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 100 | 10 | 0 | 0.32 | 0.93 | 0.42 | 39.42 | 0.87 | 0.31 |
| Hex | 93 | 64 | A | 0 | 20 | 5D | 2A | 27 | 57 | 1F |
| Octal | 223 | 144 | 12 | 0 | 40 | 135 | 52 | 47 | 127 | 37 |
| Binary | 10010011 | 1100100 | 1010 | 0 | 100000 | 1011101 | 101010 | 100111 | 1010111 | 11111 |
Color Harmonies of #93640A
Complementary color
Monochromatic Colors of #93640A
Black with #93640A
Text Example
Text Example
White with #93640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93640A; }
p { color: rgb(147,100,10); }
H1.HeaderClassName
{
color: #93640A;
}
.AnyTagClassName
{
color: #93640A;
}
</style>
background-color css
<style>
a { background-color: #93640A; }
a { background-color: rgb(147,100,10); }
div.DivClassName
{
background-color: #93640A;
}
.BgClassName
{
background-color: #93640A;
}
</style>
border-color css
<style>
span { border-color: #93640A; }
span { border-color: rgb(147,100,10); }
td.TdClassName
{
border-color: #93640A;
}
.TagClassName
{
border-color: #93640A;
}
</style>