Shades of Golden Brown #935900
Tints of Golden Brown #935900
RGB
CMYK
RGB Variations
Color information
#935900 (or 0x935900) is known color: Golden Brown. HEX triplet: 93, 59 and 00. RGB value is (147,89,0). Sum of RGB (Red+Green+Blue) = 147+89+0=236 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.29% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 147 - color contains mainly: red. Hex color #935900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935900 is #6CA6FF. Grayscale: #606060. Windows color (decimal): -7120640 or 22931. OLE color: 22931.
HSL color Cylindrical-coordinate representation of color #935900: hue angle of 36.33º 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 #935900 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 89 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.42 |
| HSL | 36.33º | 1% | 0.29% | - |
| HSV(B) | 36.33º | 1% | 0.58% | - |
| XYZ | 15.61 | 13.35 | 1.75 | - |
| YUV | 96.2 | 73.72 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 0 | 0 | 0.39 | 1 | 0.42 | 36.33 | 1 | 0.29 |
| Hex | 93 | 59 | 0 | 0 | 27 | 64 | 2A | 24 | 64 | 1D |
| Octal | 223 | 131 | 0 | 0 | 47 | 144 | 52 | 44 | 144 | 35 |
| Binary | 10010011 | 1011001 | 0 | 0 | 100111 | 1100100 | 101010 | 100100 | 1100100 | 11101 |
Color Harmonies of #935900
Complementary color
Monochromatic Colors of #935900
Black with #935900
Text Example
Text Example
White with #935900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935900; }
p { color: rgb(147,89,0); }
H1.HeaderClassName
{
color: #935900;
}
.AnyTagClassName
{
color: #935900;
}
</style>
background-color css
<style>
a { background-color: #935900; }
a { background-color: rgb(147,89,0); }
div.DivClassName
{
background-color: #935900;
}
.BgClassName
{
background-color: #935900;
}
</style>
border-color css
<style>
span { border-color: #935900; }
span { border-color: rgb(147,89,0); }
td.TdClassName
{
border-color: #935900;
}
.TagClassName
{
border-color: #935900;
}
</style>