Shades of Golden Brown #935A11
Tints of Golden Brown #935A11
RGB
CMYK
RGB Variations
Color information
#935A11 (or 0x935A11) is known color: Golden Brown. HEX triplet: 93, 5A and 11. RGB value is (147,90,17). Sum of RGB (Red+Green+Blue) = 147+90+17=254 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.87% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 147 - color contains mainly: red. Hex color #935A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935A11 is #6CA5EE. Grayscale: #636363. Windows color (decimal): -7120367 or 1137299. OLE color: 1137299.
HSL color Cylindrical-coordinate representation of color #935A11: hue angle of 33.69º degrees, saturation: 0.79, 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 #935A11 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 90 | 17 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.42 |
| HSL | 33.69º | 0.79% | 0.32% | - |
| HSV(B) | 33.69º | 0.88% | 0.58% | - |
| XYZ | 15.79 | 13.56 | 2.31 | - |
| YUV | 98.72 | 81.88 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 17 | 0 | 0.39 | 0.88 | 0.42 | 33.69 | 0.79 | 0.32 |
| Hex | 93 | 5A | 11 | 0 | 27 | 58 | 2A | 22 | 4F | 20 |
| Octal | 223 | 132 | 21 | 0 | 47 | 130 | 52 | 42 | 117 | 40 |
| Binary | 10010011 | 1011010 | 10001 | 0 | 100111 | 1011000 | 101010 | 100010 | 1001111 | 100000 |
Color Harmonies of #935A11
Complementary color
Monochromatic Colors of #935A11
Black with #935A11
Text Example
Text Example
White with #935A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935A11; }
p { color: rgb(147,90,17); }
H1.HeaderClassName
{
color: #935A11;
}
.AnyTagClassName
{
color: #935A11;
}
</style>
background-color css
<style>
a { background-color: #935A11; }
a { background-color: rgb(147,90,17); }
div.DivClassName
{
background-color: #935A11;
}
.BgClassName
{
background-color: #935A11;
}
</style>
border-color css
<style>
span { border-color: #935A11; }
span { border-color: rgb(147,90,17); }
td.TdClassName
{
border-color: #935A11;
}
.TagClassName
{
border-color: #935A11;
}
</style>