Shades of Golden Brown #935D08
Tints of Golden Brown #935D08
RGB
CMYK
RGB Variations
Color information
#935D08 (or 0x935D08) is known color: Golden Brown. HEX triplet: 93, 5D and 08. RGB value is (147,93,8). Sum of RGB (Red+Green+Blue) = 147+93+8=248 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.27% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 147 - color contains mainly: red. Hex color #935D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935D08 is #6CA2F7. Grayscale: #636363. Windows color (decimal): -7119608 or 548243. OLE color: 548243.
HSL color Cylindrical-coordinate representation of color #935D08: hue angle of 36.69º 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 #935D08 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 93 | 8 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.42 |
| HSL | 36.69º | 0.9% | 0.3% | - |
| HSV(B) | 36.69º | 0.95% | 0.58% | - |
| XYZ | 15.99 | 14.05 | 2.1 | - |
| YUV | 99.46 | 76.39 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 8 | 0 | 0.37 | 0.95 | 0.42 | 36.69 | 0.9 | 0.3 |
| Hex | 93 | 5D | 8 | 0 | 25 | 5F | 2A | 25 | 5A | 1E |
| Octal | 223 | 135 | 10 | 0 | 45 | 137 | 52 | 45 | 132 | 36 |
| Binary | 10010011 | 1011101 | 1000 | 0 | 100101 | 1011111 | 101010 | 100101 | 1011010 | 11110 |
Color Harmonies of #935D08
Complementary color
Monochromatic Colors of #935D08
Black with #935D08
Text Example
Text Example
White with #935D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935D08; }
p { color: rgb(147,93,8); }
H1.HeaderClassName
{
color: #935D08;
}
.AnyTagClassName
{
color: #935D08;
}
</style>
background-color css
<style>
a { background-color: #935D08; }
a { background-color: rgb(147,93,8); }
div.DivClassName
{
background-color: #935D08;
}
.BgClassName
{
background-color: #935D08;
}
</style>
border-color css
<style>
span { border-color: #935D08; }
span { border-color: rgb(147,93,8); }
td.TdClassName
{
border-color: #935D08;
}
.TagClassName
{
border-color: #935D08;
}
</style>