Shades of Golden Brown #957512
Tints of Golden Brown #957512
RGB
CMYK
RGB Variations
Color information
#957512 (or 0x957512) is known color: Golden Brown. HEX triplet: 95, 75 and 12. RGB value is (149,117,18). Sum of RGB (Red+Green+Blue) = 149+117+18=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #957512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957512 is #6A8AED. Grayscale: #737373. Windows color (decimal): -6982382 or 1209749. OLE color: 1209749.
HSL color Cylindrical-coordinate representation of color #957512: hue angle of 45.34º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #957512 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 117 | 18 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.42 |
| HSL | 45.34º | 0.78% | 0.33% | - |
| HSV(B) | 45.34º | 0.88% | 0.58% | - |
| XYZ | 18.86 | 19.16 | 3.28 | - |
| YUV | 115.28 | 73.1 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 18 | 0 | 0.21 | 0.88 | 0.42 | 45.34 | 0.78 | 0.33 |
| Hex | 95 | 75 | 12 | 0 | 15 | 58 | 2A | 2D | 4E | 21 |
| Octal | 225 | 165 | 22 | 0 | 25 | 130 | 52 | 55 | 116 | 41 |
| Binary | 10010101 | 1110101 | 10010 | 0 | 10101 | 1011000 | 101010 | 101101 | 1001110 | 100001 |
Color Harmonies of #957512
Complementary color
Monochromatic Colors of #957512
Black with #957512
Text Example
Text Example
White with #957512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957512; }
p { color: rgb(149,117,18); }
H1.HeaderClassName
{
color: #957512;
}
.AnyTagClassName
{
color: #957512;
}
</style>
background-color css
<style>
a { background-color: #957512; }
a { background-color: rgb(149,117,18); }
div.DivClassName
{
background-color: #957512;
}
.BgClassName
{
background-color: #957512;
}
</style>
border-color css
<style>
span { border-color: #957512; }
span { border-color: rgb(149,117,18); }
td.TdClassName
{
border-color: #957512;
}
.TagClassName
{
border-color: #957512;
}
</style>