Shades of Golden Brown #935A00
Tints of Golden Brown #935A00
RGB
CMYK
RGB Variations
Color information
#935A00 (or 0x935A00) is known color: Golden Brown. HEX triplet: 93, 5A and 00. RGB value is (147,90,0). Sum of RGB (Red+Green+Blue) = 147+90+0=237 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.03% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 147 - color contains mainly: red. Hex color #935A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935A00 is #6CA5FF. Grayscale: #616161. Windows color (decimal): -7120384 or 23187. OLE color: 23187.
HSL color Cylindrical-coordinate representation of color #935A00: hue angle of 36.73º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #935A00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 90 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.42 |
| HSL | 36.73º | 1% | 0.29% | - |
| HSV(B) | 36.73º | 1% | 0.58% | - |
| XYZ | 15.69 | 13.52 | 1.78 | - |
| YUV | 96.78 | 73.38 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 0 | 0 | 0.39 | 1 | 0.42 | 36.73 | 1 | 0.29 |
| Hex | 93 | 5A | 0 | 0 | 27 | 64 | 2A | 25 | 64 | 1D |
| Octal | 223 | 132 | 0 | 0 | 47 | 144 | 52 | 45 | 144 | 35 |
| Binary | 10010011 | 1011010 | 0 | 0 | 100111 | 1100100 | 101010 | 100101 | 1100100 | 11101 |
Color Harmonies of #935A00
Complementary color
Monochromatic Colors of #935A00
Black with #935A00
Text Example
Text Example
White with #935A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935A00; }
p { color: rgb(147,90,0); }
H1.HeaderClassName
{
color: #935A00;
}
.AnyTagClassName
{
color: #935A00;
}
</style>
background-color css
<style>
a { background-color: #935A00; }
a { background-color: rgb(147,90,0); }
div.DivClassName
{
background-color: #935A00;
}
.BgClassName
{
background-color: #935A00;
}
</style>
border-color css
<style>
span { border-color: #935A00; }
span { border-color: rgb(147,90,0); }
td.TdClassName
{
border-color: #935A00;
}
.TagClassName
{
border-color: #935A00;
}
</style>