Shades of Golden Brown #975E1B
Tints of Golden Brown #975E1B
RGB
CMYK
RGB Variations
Color information
#975E1B (or 0x975E1B) is known color: Golden Brown. HEX triplet: 97, 5E and 1B. RGB value is (151,94,27). Sum of RGB (Red+Green+Blue) = 151+94+27=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #975E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975E1B is #68A1E4. Grayscale: #676767. Windows color (decimal): -6857189 or 1793687. OLE color: 1793687.
HSL color Cylindrical-coordinate representation of color #975E1B: hue angle of 32.42º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #975E1B is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 94 | 27 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.41 |
| HSL | 32.42º | 0.7% | 0.35% | - |
| HSV(B) | 32.42º | 0.82% | 0.59% | - |
| XYZ | 16.96 | 14.66 | 2.97 | - |
| YUV | 103.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 94 | 27 | 0 | 0.38 | 0.82 | 0.41 | 32.42 | 0.7 | 0.35 |
| Hex | 97 | 5E | 1B | 0 | 26 | 52 | 29 | 20 | 46 | 23 |
| Octal | 227 | 136 | 33 | 0 | 46 | 122 | 51 | 40 | 106 | 43 |
| Binary | 10010111 | 1011110 | 11011 | 0 | 100110 | 1010010 | 101001 | 100000 | 1000110 | 100011 |
Color Harmonies of #975E1B
Complementary color
Monochromatic Colors of #975E1B
Black with #975E1B
Text Example
Text Example
White with #975E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975E1B; }
p { color: rgb(151,94,27); }
H1.HeaderClassName
{
color: #975E1B;
}
.AnyTagClassName
{
color: #975E1B;
}
</style>
background-color css
<style>
a { background-color: #975E1B; }
a { background-color: rgb(151,94,27); }
div.DivClassName
{
background-color: #975E1B;
}
.BgClassName
{
background-color: #975E1B;
}
</style>
border-color css
<style>
span { border-color: #975E1B; }
span { border-color: rgb(151,94,27); }
td.TdClassName
{
border-color: #975E1B;
}
.TagClassName
{
border-color: #975E1B;
}
</style>