Shades of Golden Brown #935A05
Tints of Golden Brown #935A05
RGB
CMYK
RGB Variations
Color information
#935A05 (or 0x935A05) is known color: Golden Brown. HEX triplet: 93, 5A and 05. RGB value is (147,90,5). Sum of RGB (Red+Green+Blue) = 147+90+5=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #935A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935A05 is #6CA5FA. Grayscale: #616161. Windows color (decimal): -7120379 or 350867. OLE color: 350867.
HSL color Cylindrical-coordinate representation of color #935A05: hue angle of 35.92º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #935A05 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 90 | 5 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.42 |
| HSL | 35.92º | 0.93% | 0.3% | - |
| HSV(B) | 35.92º | 0.97% | 0.58% | - |
| XYZ | 15.72 | 13.53 | 1.93 | - |
| YUV | 97.35 | 75.88 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 5 | 0 | 0.39 | 0.97 | 0.42 | 35.92 | 0.93 | 0.3 |
| Hex | 93 | 5A | 5 | 0 | 27 | 61 | 2A | 24 | 5D | 1E |
| Octal | 223 | 132 | 5 | 0 | 47 | 141 | 52 | 44 | 135 | 36 |
| Binary | 10010011 | 1011010 | 101 | 0 | 100111 | 1100001 | 101010 | 100100 | 1011101 | 11110 |
Color Harmonies of #935A05
Complementary color
Monochromatic Colors of #935A05
Black with #935A05
Text Example
Text Example
White with #935A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935A05; }
p { color: rgb(147,90,5); }
H1.HeaderClassName
{
color: #935A05;
}
.AnyTagClassName
{
color: #935A05;
}
</style>
background-color css
<style>
a { background-color: #935A05; }
a { background-color: rgb(147,90,5); }
div.DivClassName
{
background-color: #935A05;
}
.BgClassName
{
background-color: #935A05;
}
</style>
border-color css
<style>
span { border-color: #935A05; }
span { border-color: rgb(147,90,5); }
td.TdClassName
{
border-color: #935A05;
}
.TagClassName
{
border-color: #935A05;
}
</style>