Shades of Golden Brown #975A18
Tints of Golden Brown #975A18
RGB
CMYK
RGB Variations
Color information
#975A18 (or 0x975A18) is known color: Golden Brown. HEX triplet: 97, 5A and 18. RGB value is (151,90,24). Sum of RGB (Red+Green+Blue) = 151+90+24=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #975A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975A18 is #68A5E7. Grayscale: #656565. Windows color (decimal): -6858216 or 1596055. OLE color: 1596055.
HSL color Cylindrical-coordinate representation of color #975A18: hue angle of 31.18º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #975A18 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 90 | 24 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.41 |
| HSL | 31.18º | 0.73% | 0.34% | - |
| HSV(B) | 31.18º | 0.84% | 0.59% | - |
| XYZ | 16.58 | 13.96 | 2.68 | - |
| YUV | 100.72 | 84.71 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 90 | 24 | 0 | 0.40 | 0.84 | 0.41 | 31.18 | 0.73 | 0.34 |
| Hex | 97 | 5A | 18 | 0 | 28 | 54 | 29 | 1F | 49 | 22 |
| Octal | 227 | 132 | 30 | 0 | 50 | 124 | 51 | 37 | 111 | 42 |
| Binary | 10010111 | 1011010 | 11000 | 0 | 101000 | 1010100 | 101001 | 11111 | 1001001 | 100010 |
Color Harmonies of #975A18
Complementary color
Monochromatic Colors of #975A18
Black with #975A18
Text Example
Text Example
White with #975A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975A18; }
p { color: rgb(151,90,24); }
H1.HeaderClassName
{
color: #975A18;
}
.AnyTagClassName
{
color: #975A18;
}
</style>
background-color css
<style>
a { background-color: #975A18; }
a { background-color: rgb(151,90,24); }
div.DivClassName
{
background-color: #975A18;
}
.BgClassName
{
background-color: #975A18;
}
</style>
border-color css
<style>
span { border-color: #975A18; }
span { border-color: rgb(151,90,24); }
td.TdClassName
{
border-color: #975A18;
}
.TagClassName
{
border-color: #975A18;
}
</style>