Shades of Golden Brown #975F0A
Tints of Golden Brown #975F0A
RGB
CMYK
RGB Variations
Color information
#975F0A (or 0x975F0A) is known color: Golden Brown. HEX triplet: 97, 5F and 0A. RGB value is (151,95,10). Sum of RGB (Red+Green+Blue) = 151+95+10=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #975F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975F0A is #68A0F5. Grayscale: #666666. Windows color (decimal): -6856950 or 679831. OLE color: 679831.
HSL color Cylindrical-coordinate representation of color #975F0A: hue angle of 36.17º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #975F0A is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 95 | 10 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.41 |
| HSL | 36.17º | 0.88% | 0.32% | - |
| HSV(B) | 36.17º | 0.93% | 0.59% | - |
| XYZ | 16.91 | 14.79 | 2.25 | - |
| YUV | 102.05 | 76.05 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 95 | 10 | 0 | 0.37 | 0.93 | 0.41 | 36.17 | 0.88 | 0.32 |
| Hex | 97 | 5F | A | 0 | 25 | 5D | 29 | 24 | 58 | 20 |
| Octal | 227 | 137 | 12 | 0 | 45 | 135 | 51 | 44 | 130 | 40 |
| Binary | 10010111 | 1011111 | 1010 | 0 | 100101 | 1011101 | 101001 | 100100 | 1011000 | 100000 |
Color Harmonies of #975F0A
Complementary color
Monochromatic Colors of #975F0A
Black with #975F0A
Text Example
Text Example
White with #975F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975F0A; }
p { color: rgb(151,95,10); }
H1.HeaderClassName
{
color: #975F0A;
}
.AnyTagClassName
{
color: #975F0A;
}
</style>
background-color css
<style>
a { background-color: #975F0A; }
a { background-color: rgb(151,95,10); }
div.DivClassName
{
background-color: #975F0A;
}
.BgClassName
{
background-color: #975F0A;
}
</style>
border-color css
<style>
span { border-color: #975F0A; }
span { border-color: rgb(151,95,10); }
td.TdClassName
{
border-color: #975F0A;
}
.TagClassName
{
border-color: #975F0A;
}
</style>