Shades of Golden Brown #975B11
Tints of Golden Brown #975B11
RGB
CMYK
RGB Variations
Color information
#975B11 (or 0x975B11) is known color: Golden Brown. HEX triplet: 97, 5B and 11. RGB value is (151,91,17). Sum of RGB (Red+Green+Blue) = 151+91+17=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #975B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975B11 is #68A4EE. Grayscale: #646464. Windows color (decimal): -6857967 or 1137559. OLE color: 1137559.
HSL color Cylindrical-coordinate representation of color #975B11: hue angle of 33.13º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #975B11 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 91 | 17 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.41 |
| HSL | 33.13º | 0.8% | 0.33% | - |
| HSV(B) | 33.13º | 0.89% | 0.59% | - |
| XYZ | 16.6 | 14.1 | 2.38 | - |
| YUV | 100.5 | 80.88 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 91 | 17 | 0 | 0.40 | 0.89 | 0.41 | 33.13 | 0.8 | 0.33 |
| Hex | 97 | 5B | 11 | 0 | 28 | 59 | 29 | 21 | 50 | 21 |
| Octal | 227 | 133 | 21 | 0 | 50 | 131 | 51 | 41 | 120 | 41 |
| Binary | 10010111 | 1011011 | 10001 | 0 | 101000 | 1011001 | 101001 | 100001 | 1010000 | 100001 |
Color Harmonies of #975B11
Complementary color
Monochromatic Colors of #975B11
Black with #975B11
Text Example
Text Example
White with #975B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975B11; }
p { color: rgb(151,91,17); }
H1.HeaderClassName
{
color: #975B11;
}
.AnyTagClassName
{
color: #975B11;
}
</style>
background-color css
<style>
a { background-color: #975B11; }
a { background-color: rgb(151,91,17); }
div.DivClassName
{
background-color: #975B11;
}
.BgClassName
{
background-color: #975B11;
}
</style>
border-color css
<style>
span { border-color: #975B11; }
span { border-color: rgb(151,91,17); }
td.TdClassName
{
border-color: #975B11;
}
.TagClassName
{
border-color: #975B11;
}
</style>