Shades of Golden Brown #935F08
Tints of Golden Brown #935F08
RGB
CMYK
RGB Variations
Color information
#935F08 (or 0x935F08) is known color: Golden Brown. HEX triplet: 93, 5F and 08. RGB value is (147,95,8). Sum of RGB (Red+Green+Blue) = 147+95+8=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #935F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935F08 is #6CA0F7. Grayscale: #656565. Windows color (decimal): -7119096 or 548755. OLE color: 548755.
HSL color Cylindrical-coordinate representation of color #935F08: hue angle of 37.55º 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 #935F08 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 95 | 8 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.42 |
| HSL | 37.55º | 0.9% | 0.3% | - |
| HSV(B) | 37.55º | 0.95% | 0.58% | - |
| XYZ | 16.17 | 14.4 | 2.16 | - |
| YUV | 100.63 | 75.73 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 8 | 0 | 0.35 | 0.95 | 0.42 | 37.55 | 0.9 | 0.3 |
| Hex | 93 | 5F | 8 | 0 | 23 | 5F | 2A | 26 | 5A | 1E |
| Octal | 223 | 137 | 10 | 0 | 43 | 137 | 52 | 46 | 132 | 36 |
| Binary | 10010011 | 1011111 | 1000 | 0 | 100011 | 1011111 | 101010 | 100110 | 1011010 | 11110 |
Color Harmonies of #935F08
Complementary color
Monochromatic Colors of #935F08
Black with #935F08
Text Example
Text Example
White with #935F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935F08; }
p { color: rgb(147,95,8); }
H1.HeaderClassName
{
color: #935F08;
}
.AnyTagClassName
{
color: #935F08;
}
</style>
background-color css
<style>
a { background-color: #935F08; }
a { background-color: rgb(147,95,8); }
div.DivClassName
{
background-color: #935F08;
}
.BgClassName
{
background-color: #935F08;
}
</style>
border-color css
<style>
span { border-color: #935F08; }
span { border-color: rgb(147,95,8); }
td.TdClassName
{
border-color: #935F08;
}
.TagClassName
{
border-color: #935F08;
}
</style>