Shades of Golden Brown #93560D
Tints of Golden Brown #93560D
RGB
CMYK
RGB Variations
Color information
#93560D (or 0x93560D) is known color: Golden Brown. HEX triplet: 93, 56 and 0D. RGB value is (147,86,13). Sum of RGB (Red+Green+Blue) = 147+86+13=246 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.76% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 147 - color contains mainly: red. Hex color #93560D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93560D is #6CA9F2. Grayscale: #606060. Windows color (decimal): -7121395 or 874131. OLE color: 874131.
HSL color Cylindrical-coordinate representation of color #93560D: hue angle of 32.69º 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 #93560D is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 86 | 13 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.42 |
| HSL | 32.69º | 0.84% | 0.31% | - |
| HSV(B) | 32.69º | 0.91% | 0.58% | - |
| XYZ | 15.43 | 12.89 | 2.05 | - |
| YUV | 95.92 | 81.21 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 13 | 0 | 0.41 | 0.91 | 0.42 | 32.69 | 0.84 | 0.31 |
| Hex | 93 | 56 | D | 0 | 29 | 5B | 2A | 21 | 54 | 1F |
| Octal | 223 | 126 | 15 | 0 | 51 | 133 | 52 | 41 | 124 | 37 |
| Binary | 10010011 | 1010110 | 1101 | 0 | 101001 | 1011011 | 101010 | 100001 | 1010100 | 11111 |
Color Harmonies of #93560D
Complementary color
Monochromatic Colors of #93560D
Black with #93560D
Text Example
Text Example
White with #93560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93560D; }
p { color: rgb(147,86,13); }
H1.HeaderClassName
{
color: #93560D;
}
.AnyTagClassName
{
color: #93560D;
}
</style>
background-color css
<style>
a { background-color: #93560D; }
a { background-color: rgb(147,86,13); }
div.DivClassName
{
background-color: #93560D;
}
.BgClassName
{
background-color: #93560D;
}
</style>
border-color css
<style>
span { border-color: #93560D; }
span { border-color: rgb(147,86,13); }
td.TdClassName
{
border-color: #93560D;
}
.TagClassName
{
border-color: #93560D;
}
</style>