Shades of Golden Brown #935A08
Tints of Golden Brown #935A08
RGB
CMYK
RGB Variations
Color information
#935A08 (or 0x935A08) is known color: Golden Brown. HEX triplet: 93, 5A and 08. RGB value is (147,90,8). Sum of RGB (Red+Green+Blue) = 147+90+8=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #935A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935A08 is #6CA5F7. Grayscale: #626262. Windows color (decimal): -7120376 or 547475. OLE color: 547475.
HSL color Cylindrical-coordinate representation of color #935A08: hue angle of 35.4º 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 #935A08 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 90 | 8 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.42 |
| HSL | 35.4º | 0.9% | 0.3% | - |
| HSV(B) | 35.4º | 0.95% | 0.58% | - |
| XYZ | 15.73 | 13.53 | 2.01 | - |
| YUV | 97.7 | 77.38 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 8 | 0 | 0.39 | 0.95 | 0.42 | 35.4 | 0.9 | 0.3 |
| Hex | 93 | 5A | 8 | 0 | 27 | 5F | 2A | 23 | 5A | 1E |
| Octal | 223 | 132 | 10 | 0 | 47 | 137 | 52 | 43 | 132 | 36 |
| Binary | 10010011 | 1011010 | 1000 | 0 | 100111 | 1011111 | 101010 | 100011 | 1011010 | 11110 |
Color Harmonies of #935A08
Complementary color
Monochromatic Colors of #935A08
Black with #935A08
Text Example
Text Example
White with #935A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935A08; }
p { color: rgb(147,90,8); }
H1.HeaderClassName
{
color: #935A08;
}
.AnyTagClassName
{
color: #935A08;
}
</style>
background-color css
<style>
a { background-color: #935A08; }
a { background-color: rgb(147,90,8); }
div.DivClassName
{
background-color: #935A08;
}
.BgClassName
{
background-color: #935A08;
}
</style>
border-color css
<style>
span { border-color: #935A08; }
span { border-color: rgb(147,90,8); }
td.TdClassName
{
border-color: #935A08;
}
.TagClassName
{
border-color: #935A08;
}
</style>