Shades of Golden Brown #935F18
Tints of Golden Brown #935F18
RGB
CMYK
RGB Variations
Color information
#935F18 (or 0x935F18) is known color: Golden Brown. HEX triplet: 93, 5F and 18. RGB value is (147,95,24). Sum of RGB (Red+Green+Blue) = 147+95+24=266 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.26% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 147 - color contains mainly: red. Hex color #935F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935F18 is #6CA0E7. Grayscale: #666666. Windows color (decimal): -7119080 or 1597331. OLE color: 1597331.
HSL color Cylindrical-coordinate representation of color #935F18: hue angle of 34.63º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #935F18 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 95 | 24 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.42 |
| HSL | 34.63º | 0.72% | 0.34% | - |
| HSV(B) | 34.63º | 0.84% | 0.58% | - |
| XYZ | 16.29 | 14.45 | 2.8 | - |
| YUV | 102.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 24 | 0 | 0.35 | 0.84 | 0.42 | 34.63 | 0.72 | 0.34 |
| Hex | 93 | 5F | 18 | 0 | 23 | 54 | 2A | 23 | 48 | 22 |
| Octal | 223 | 137 | 30 | 0 | 43 | 124 | 52 | 43 | 110 | 42 |
| Binary | 10010011 | 1011111 | 11000 | 0 | 100011 | 1010100 | 101010 | 100011 | 1001000 | 100010 |
Color Harmonies of #935F18
Complementary color
Monochromatic Colors of #935F18
Black with #935F18
Text Example
Text Example
White with #935F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935F18; }
p { color: rgb(147,95,24); }
H1.HeaderClassName
{
color: #935F18;
}
.AnyTagClassName
{
color: #935F18;
}
</style>
background-color css
<style>
a { background-color: #935F18; }
a { background-color: rgb(147,95,24); }
div.DivClassName
{
background-color: #935F18;
}
.BgClassName
{
background-color: #935F18;
}
</style>
border-color css
<style>
span { border-color: #935F18; }
span { border-color: rgb(147,95,24); }
td.TdClassName
{
border-color: #935F18;
}
.TagClassName
{
border-color: #935F18;
}
</style>