Shades of Golden Brown #975C19
Tints of Golden Brown #975C19
RGB
CMYK
RGB Variations
Color information
#975C19 (or 0x975C19) is known color: Golden Brown. HEX triplet: 97, 5C and 19. RGB value is (151,92,25). Sum of RGB (Red+Green+Blue) = 151+92+25=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #975C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975C19 is #68A3E6. Grayscale: #666666. Windows color (decimal): -6857703 or 1662103. OLE color: 1662103.
HSL color Cylindrical-coordinate representation of color #975C19: hue angle of 31.9º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #975C19 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 92 | 25 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.41 |
| HSL | 31.9º | 0.72% | 0.35% | - |
| HSV(B) | 31.9º | 0.83% | 0.59% | - |
| XYZ | 16.77 | 14.3 | 2.8 | - |
| YUV | 102 | 84.55 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 92 | 25 | 0 | 0.39 | 0.83 | 0.41 | 31.9 | 0.72 | 0.35 |
| Hex | 97 | 5C | 19 | 0 | 27 | 53 | 29 | 20 | 48 | 23 |
| Octal | 227 | 134 | 31 | 0 | 47 | 123 | 51 | 40 | 110 | 43 |
| Binary | 10010111 | 1011100 | 11001 | 0 | 100111 | 1010011 | 101001 | 100000 | 1001000 | 100011 |
Color Harmonies of #975C19
Complementary color
Monochromatic Colors of #975C19
Black with #975C19
Text Example
Text Example
White with #975C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975C19; }
p { color: rgb(151,92,25); }
H1.HeaderClassName
{
color: #975C19;
}
.AnyTagClassName
{
color: #975C19;
}
</style>
background-color css
<style>
a { background-color: #975C19; }
a { background-color: rgb(151,92,25); }
div.DivClassName
{
background-color: #975C19;
}
.BgClassName
{
background-color: #975C19;
}
</style>
border-color css
<style>
span { border-color: #975C19; }
span { border-color: rgb(151,92,25); }
td.TdClassName
{
border-color: #975C19;
}
.TagClassName
{
border-color: #975C19;
}
</style>