Shades of Golden Brown #935E08
Tints of Golden Brown #935E08
RGB
CMYK
RGB Variations
Color information
#935E08 (or 0x935E08) is known color: Golden Brown. HEX triplet: 93, 5E and 08. RGB value is (147,94,8). Sum of RGB (Red+Green+Blue) = 147+94+8=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #935E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935E08 is #6CA1F7. Grayscale: #646464. Windows color (decimal): -7119352 or 548499. OLE color: 548499.
HSL color Cylindrical-coordinate representation of color #935E08: hue angle of 37.12º 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 #935E08 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 94 | 8 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.42 |
| HSL | 37.12º | 0.9% | 0.3% | - |
| HSV(B) | 37.12º | 0.95% | 0.58% | - |
| XYZ | 16.08 | 14.23 | 2.13 | - |
| YUV | 100.04 | 76.06 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 8 | 0 | 0.36 | 0.95 | 0.42 | 37.12 | 0.9 | 0.3 |
| Hex | 93 | 5E | 8 | 0 | 24 | 5F | 2A | 25 | 5A | 1E |
| Octal | 223 | 136 | 10 | 0 | 44 | 137 | 52 | 45 | 132 | 36 |
| Binary | 10010011 | 1011110 | 1000 | 0 | 100100 | 1011111 | 101010 | 100101 | 1011010 | 11110 |
Color Harmonies of #935E08
Complementary color
Monochromatic Colors of #935E08
Black with #935E08
Text Example
Text Example
White with #935E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935E08; }
p { color: rgb(147,94,8); }
H1.HeaderClassName
{
color: #935E08;
}
.AnyTagClassName
{
color: #935E08;
}
</style>
background-color css
<style>
a { background-color: #935E08; }
a { background-color: rgb(147,94,8); }
div.DivClassName
{
background-color: #935E08;
}
.BgClassName
{
background-color: #935E08;
}
</style>
border-color css
<style>
span { border-color: #935E08; }
span { border-color: rgb(147,94,8); }
td.TdClassName
{
border-color: #935E08;
}
.TagClassName
{
border-color: #935E08;
}
</style>