Shades of Golden Brown #935A16
Tints of Golden Brown #935A16
RGB
CMYK
RGB Variations
Color information
#935A16 (or 0x935A16) is known color: Golden Brown. HEX triplet: 93, 5A and 16. RGB value is (147,90,22). Sum of RGB (Red+Green+Blue) = 147+90+22=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #935A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935A16 is #6CA5E9. Grayscale: #636363. Windows color (decimal): -7120362 or 1464979. OLE color: 1464979.
HSL color Cylindrical-coordinate representation of color #935A16: hue angle of 32.64º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #935A16 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 90 | 22 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.42 |
| HSL | 32.64º | 0.74% | 0.33% | - |
| HSV(B) | 32.64º | 0.85% | 0.58% | - |
| XYZ | 15.83 | 13.57 | 2.54 | - |
| YUV | 99.29 | 84.38 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 22 | 0 | 0.39 | 0.85 | 0.42 | 32.64 | 0.74 | 0.33 |
| Hex | 93 | 5A | 16 | 0 | 27 | 55 | 2A | 21 | 4A | 21 |
| Octal | 223 | 132 | 26 | 0 | 47 | 125 | 52 | 41 | 112 | 41 |
| Binary | 10010011 | 1011010 | 10110 | 0 | 100111 | 1010101 | 101010 | 100001 | 1001010 | 100001 |
Color Harmonies of #935A16
Complementary color
Monochromatic Colors of #935A16
Black with #935A16
Text Example
Text Example
White with #935A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935A16; }
p { color: rgb(147,90,22); }
H1.HeaderClassName
{
color: #935A16;
}
.AnyTagClassName
{
color: #935A16;
}
</style>
background-color css
<style>
a { background-color: #935A16; }
a { background-color: rgb(147,90,22); }
div.DivClassName
{
background-color: #935A16;
}
.BgClassName
{
background-color: #935A16;
}
</style>
border-color css
<style>
span { border-color: #935A16; }
span { border-color: rgb(147,90,22); }
td.TdClassName
{
border-color: #935A16;
}
.TagClassName
{
border-color: #935A16;
}
</style>