Shades of Golden Brown #93670D
Tints of Golden Brown #93670D
RGB
CMYK
RGB Variations
Color information
#93670D (or 0x93670D) is known color: Golden Brown. HEX triplet: 93, 67 and 0D. RGB value is (147,103,13). Sum of RGB (Red+Green+Blue) = 147+103+13=263 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.89% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 147 - color contains mainly: red. Hex color #93670D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93670D is #6C98F2. Grayscale: #6A6A6A. Windows color (decimal): -7117043 or 878483. OLE color: 878483.
HSL color Cylindrical-coordinate representation of color #93670D: hue angle of 40.3º 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 #93670D is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 103 | 13 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.42 |
| HSL | 40.3º | 0.84% | 0.31% | - |
| HSV(B) | 40.3º | 0.91% | 0.58% | - |
| XYZ | 16.96 | 15.93 | 2.56 | - |
| YUV | 105.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 13 | 0 | 0.30 | 0.91 | 0.42 | 40.3 | 0.84 | 0.31 |
| Hex | 93 | 67 | D | 0 | 1E | 5B | 2A | 28 | 54 | 1F |
| Octal | 223 | 147 | 15 | 0 | 36 | 133 | 52 | 50 | 124 | 37 |
| Binary | 10010011 | 1100111 | 1101 | 0 | 11110 | 1011011 | 101010 | 101000 | 1010100 | 11111 |
Color Harmonies of #93670D
Complementary color
Monochromatic Colors of #93670D
Black with #93670D
Text Example
Text Example
White with #93670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93670D; }
p { color: rgb(147,103,13); }
H1.HeaderClassName
{
color: #93670D;
}
.AnyTagClassName
{
color: #93670D;
}
</style>
background-color css
<style>
a { background-color: #93670D; }
a { background-color: rgb(147,103,13); }
div.DivClassName
{
background-color: #93670D;
}
.BgClassName
{
background-color: #93670D;
}
</style>
border-color css
<style>
span { border-color: #93670D; }
span { border-color: rgb(147,103,13); }
td.TdClassName
{
border-color: #93670D;
}
.TagClassName
{
border-color: #93670D;
}
</style>