Shades of Golden Brown #935508
Tints of Golden Brown #935508
RGB
CMYK
RGB Variations
Color information
#935508 (or 0x935508) is known color: Golden Brown. HEX triplet: 93, 55 and 08. RGB value is (147,85,8). Sum of RGB (Red+Green+Blue) = 147+85+8=240 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.25% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 147 - color contains mainly: red. Hex color #935508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935508 is #6CAAF7. Grayscale: #5F5F5F. Windows color (decimal): -7121656 or 546195. OLE color: 546195.
HSL color Cylindrical-coordinate representation of color #935508: hue angle of 33.24º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #935508 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 85 | 8 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.42 |
| HSL | 33.24º | 0.9% | 0.3% | - |
| HSV(B) | 33.24º | 0.95% | 0.58% | - |
| XYZ | 15.32 | 12.72 | 1.88 | - |
| YUV | 94.76 | 79.04 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 8 | 0 | 0.42 | 0.95 | 0.42 | 33.24 | 0.9 | 0.3 |
| Hex | 93 | 55 | 8 | 0 | 2A | 5F | 2A | 21 | 5A | 1E |
| Octal | 223 | 125 | 10 | 0 | 52 | 137 | 52 | 41 | 132 | 36 |
| Binary | 10010011 | 1010101 | 1000 | 0 | 101010 | 1011111 | 101010 | 100001 | 1011010 | 11110 |
Color Harmonies of #935508
Complementary color
Monochromatic Colors of #935508
Black with #935508
Text Example
Text Example
White with #935508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935508; }
p { color: rgb(147,85,8); }
H1.HeaderClassName
{
color: #935508;
}
.AnyTagClassName
{
color: #935508;
}
</style>
background-color css
<style>
a { background-color: #935508; }
a { background-color: rgb(147,85,8); }
div.DivClassName
{
background-color: #935508;
}
.BgClassName
{
background-color: #935508;
}
</style>
border-color css
<style>
span { border-color: #935508; }
span { border-color: rgb(147,85,8); }
td.TdClassName
{
border-color: #935508;
}
.TagClassName
{
border-color: #935508;
}
</style>