Shades of Golden Brown #935D12
Tints of Golden Brown #935D12
RGB
CMYK
RGB Variations
Color information
#935D12 (or 0x935D12) is known color: Golden Brown. HEX triplet: 93, 5D and 12. RGB value is (147,93,18). Sum of RGB (Red+Green+Blue) = 147+93+18=258 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.98% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 147 - color contains mainly: red. Hex color #935D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935D12 is #6CA2ED. Grayscale: #646464. Windows color (decimal): -7119598 or 1203603. OLE color: 1203603.
HSL color Cylindrical-coordinate representation of color #935D12: hue angle of 34.88º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #935D12 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 93 | 18 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.42 |
| HSL | 34.88º | 0.78% | 0.32% | - |
| HSV(B) | 34.88º | 0.88% | 0.58% | - |
| XYZ | 16.06 | 14.08 | 2.44 | - |
| YUV | 100.6 | 81.39 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 18 | 0 | 0.37 | 0.88 | 0.42 | 34.88 | 0.78 | 0.32 |
| Hex | 93 | 5D | 12 | 0 | 25 | 58 | 2A | 23 | 4E | 20 |
| Octal | 223 | 135 | 22 | 0 | 45 | 130 | 52 | 43 | 116 | 40 |
| Binary | 10010011 | 1011101 | 10010 | 0 | 100101 | 1011000 | 101010 | 100011 | 1001110 | 100000 |
Color Harmonies of #935D12
Complementary color
Monochromatic Colors of #935D12
Black with #935D12
Text Example
Text Example
White with #935D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935D12; }
p { color: rgb(147,93,18); }
H1.HeaderClassName
{
color: #935D12;
}
.AnyTagClassName
{
color: #935D12;
}
</style>
background-color css
<style>
a { background-color: #935D12; }
a { background-color: rgb(147,93,18); }
div.DivClassName
{
background-color: #935D12;
}
.BgClassName
{
background-color: #935D12;
}
</style>
border-color css
<style>
span { border-color: #935D12; }
span { border-color: rgb(147,93,18); }
td.TdClassName
{
border-color: #935D12;
}
.TagClassName
{
border-color: #935D12;
}
</style>