Shades of Golden Brown #93590D
Tints of Golden Brown #93590D
RGB
CMYK
RGB Variations
Color information
#93590D (or 0x93590D) is known color: Golden Brown. HEX triplet: 93, 59 and 0D. RGB value is (147,89,13). Sum of RGB (Red+Green+Blue) = 147+89+13=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #93590D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93590D is #6CA6F2. Grayscale: #626262. Windows color (decimal): -7120627 or 874899. OLE color: 874899.
HSL color Cylindrical-coordinate representation of color #93590D: hue angle of 34.03º 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 #93590D is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 89 | 13 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.42 |
| HSL | 34.03º | 0.84% | 0.31% | - |
| HSV(B) | 34.03º | 0.91% | 0.58% | - |
| XYZ | 15.68 | 13.38 | 2.14 | - |
| YUV | 97.68 | 80.22 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 13 | 0 | 0.39 | 0.91 | 0.42 | 34.03 | 0.84 | 0.31 |
| Hex | 93 | 59 | D | 0 | 27 | 5B | 2A | 22 | 54 | 1F |
| Octal | 223 | 131 | 15 | 0 | 47 | 133 | 52 | 42 | 124 | 37 |
| Binary | 10010011 | 1011001 | 1101 | 0 | 100111 | 1011011 | 101010 | 100010 | 1010100 | 11111 |
Color Harmonies of #93590D
Complementary color
Monochromatic Colors of #93590D
Black with #93590D
Text Example
Text Example
White with #93590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93590D; }
p { color: rgb(147,89,13); }
H1.HeaderClassName
{
color: #93590D;
}
.AnyTagClassName
{
color: #93590D;
}
</style>
background-color css
<style>
a { background-color: #93590D; }
a { background-color: rgb(147,89,13); }
div.DivClassName
{
background-color: #93590D;
}
.BgClassName
{
background-color: #93590D;
}
</style>
border-color css
<style>
span { border-color: #93590D; }
span { border-color: rgb(147,89,13); }
td.TdClassName
{
border-color: #93590D;
}
.TagClassName
{
border-color: #93590D;
}
</style>