Shades of Golden Brown #975A12
Tints of Golden Brown #975A12
RGB
CMYK
RGB Variations
Color information
#975A12 (or 0x975A12) is known color: Golden Brown. HEX triplet: 97, 5A and 12. RGB value is (151,90,18). Sum of RGB (Red+Green+Blue) = 151+90+18=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #975A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975A12 is #68A5ED. Grayscale: #646464. Windows color (decimal): -6858222 or 1202839. OLE color: 1202839.
HSL color Cylindrical-coordinate representation of color #975A12: hue angle of 32.48º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #975A12 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 90 | 18 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.41 |
| HSL | 32.48º | 0.79% | 0.33% | - |
| HSV(B) | 32.48º | 0.88% | 0.59% | - |
| XYZ | 16.53 | 13.94 | 2.39 | - |
| YUV | 100.03 | 81.71 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 90 | 18 | 0 | 0.40 | 0.88 | 0.41 | 32.48 | 0.79 | 0.33 |
| Hex | 97 | 5A | 12 | 0 | 28 | 58 | 29 | 20 | 4F | 21 |
| Octal | 227 | 132 | 22 | 0 | 50 | 130 | 51 | 40 | 117 | 41 |
| Binary | 10010111 | 1011010 | 10010 | 0 | 101000 | 1011000 | 101001 | 100000 | 1001111 | 100001 |
Color Harmonies of #975A12
Complementary color
Monochromatic Colors of #975A12
Black with #975A12
Text Example
Text Example
White with #975A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975A12; }
p { color: rgb(151,90,18); }
H1.HeaderClassName
{
color: #975A12;
}
.AnyTagClassName
{
color: #975A12;
}
</style>
background-color css
<style>
a { background-color: #975A12; }
a { background-color: rgb(151,90,18); }
div.DivClassName
{
background-color: #975A12;
}
.BgClassName
{
background-color: #975A12;
}
</style>
border-color css
<style>
span { border-color: #975A12; }
span { border-color: rgb(151,90,18); }
td.TdClassName
{
border-color: #975A12;
}
.TagClassName
{
border-color: #975A12;
}
</style>