Shades of Golden Brown #975F0F
Tints of Golden Brown #975F0F
RGB
CMYK
RGB Variations
Color information
#975F0F (or 0x975F0F) is known color: Golden Brown. HEX triplet: 97, 5F and 0F. RGB value is (151,95,15). Sum of RGB (Red+Green+Blue) = 151+95+15=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #975F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975F0F is #68A0F0. Grayscale: #676767. Windows color (decimal): -6856945 or 1007511. OLE color: 1007511.
HSL color Cylindrical-coordinate representation of color #975F0F: hue angle of 35.29º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #975F0F is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 95 | 15 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.41 |
| HSL | 35.29º | 0.82% | 0.33% | - |
| HSV(B) | 35.29º | 0.9% | 0.59% | - |
| XYZ | 16.94 | 14.8 | 2.42 | - |
| YUV | 102.62 | 78.55 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 95 | 15 | 0 | 0.37 | 0.90 | 0.41 | 35.29 | 0.82 | 0.33 |
| Hex | 97 | 5F | F | 0 | 25 | 5A | 29 | 23 | 52 | 21 |
| Octal | 227 | 137 | 17 | 0 | 45 | 132 | 51 | 43 | 122 | 41 |
| Binary | 10010111 | 1011111 | 1111 | 0 | 100101 | 1011010 | 101001 | 100011 | 1010010 | 100001 |
Color Harmonies of #975F0F
Complementary color
Monochromatic Colors of #975F0F
Black with #975F0F
Text Example
Text Example
White with #975F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975F0F; }
p { color: rgb(151,95,15); }
H1.HeaderClassName
{
color: #975F0F;
}
.AnyTagClassName
{
color: #975F0F;
}
</style>
background-color css
<style>
a { background-color: #975F0F; }
a { background-color: rgb(151,95,15); }
div.DivClassName
{
background-color: #975F0F;
}
.BgClassName
{
background-color: #975F0F;
}
</style>
border-color css
<style>
span { border-color: #975F0F; }
span { border-color: rgb(151,95,15); }
td.TdClassName
{
border-color: #975F0F;
}
.TagClassName
{
border-color: #975F0F;
}
</style>