Shades of Golden Brown #935A07
Tints of Golden Brown #935A07
RGB
CMYK
RGB Variations
Color information
#935A07 (or 0x935A07) is known color: Golden Brown. HEX triplet: 93, 5A and 07. RGB value is (147,90,7). Sum of RGB (Red+Green+Blue) = 147+90+7=244 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.25% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 147 - color contains mainly: red. Hex color #935A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935A07 is #6CA5F8. Grayscale: #616161. Windows color (decimal): -7120377 or 481939. OLE color: 481939.
HSL color Cylindrical-coordinate representation of color #935A07: hue angle of 35.57º degrees, saturation: 0.91, 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 #935A07 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 90 | 7 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.42 |
| HSL | 35.57º | 0.91% | 0.3% | - |
| HSV(B) | 35.57º | 0.95% | 0.58% | - |
| XYZ | 15.73 | 13.53 | 1.98 | - |
| YUV | 97.58 | 76.88 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 7 | 0 | 0.39 | 0.95 | 0.42 | 35.57 | 0.91 | 0.3 |
| Hex | 93 | 5A | 7 | 0 | 27 | 5F | 2A | 24 | 5B | 1E |
| Octal | 223 | 132 | 7 | 0 | 47 | 137 | 52 | 44 | 133 | 36 |
| Binary | 10010011 | 1011010 | 111 | 0 | 100111 | 1011111 | 101010 | 100100 | 1011011 | 11110 |
Color Harmonies of #935A07
Complementary color
Monochromatic Colors of #935A07
Black with #935A07
Text Example
Text Example
White with #935A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935A07; }
p { color: rgb(147,90,7); }
H1.HeaderClassName
{
color: #935A07;
}
.AnyTagClassName
{
color: #935A07;
}
</style>
background-color css
<style>
a { background-color: #935A07; }
a { background-color: rgb(147,90,7); }
div.DivClassName
{
background-color: #935A07;
}
.BgClassName
{
background-color: #935A07;
}
</style>
border-color css
<style>
span { border-color: #935A07; }
span { border-color: rgb(147,90,7); }
td.TdClassName
{
border-color: #935A07;
}
.TagClassName
{
border-color: #935A07;
}
</style>