Shades of Golden Brown #95740C
Tints of Golden Brown #95740C
RGB
CMYK
RGB Variations
Color information
#95740C (or 0x95740C) is known color: Golden Brown. HEX triplet: 95, 74 and 0C. RGB value is (149,116,12). Sum of RGB (Red+Green+Blue) = 149+116+12=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95740C is #6A8BF3. Grayscale: #727272. Windows color (decimal): -6982644 or 816277. OLE color: 816277.
HSL color Cylindrical-coordinate representation of color #95740C: hue angle of 45.55º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95740C is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 116 | 12 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.42 |
| HSL | 45.55º | 0.85% | 0.32% | - |
| HSV(B) | 45.55º | 0.92% | 0.58% | - |
| XYZ | 18.71 | 18.91 | 3.01 | - |
| YUV | 114.01 | 70.43 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 116 | 12 | 0 | 0.22 | 0.92 | 0.42 | 45.55 | 0.85 | 0.32 |
| Hex | 95 | 74 | C | 0 | 16 | 5C | 2A | 2E | 55 | 20 |
| Octal | 225 | 164 | 14 | 0 | 26 | 134 | 52 | 56 | 125 | 40 |
| Binary | 10010101 | 1110100 | 1100 | 0 | 10110 | 1011100 | 101010 | 101110 | 1010101 | 100000 |
Color Harmonies of #95740C
Complementary color
Monochromatic Colors of #95740C
Black with #95740C
Text Example
Text Example
White with #95740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95740C; }
p { color: rgb(149,116,12); }
H1.HeaderClassName
{
color: #95740C;
}
.AnyTagClassName
{
color: #95740C;
}
</style>
background-color css
<style>
a { background-color: #95740C; }
a { background-color: rgb(149,116,12); }
div.DivClassName
{
background-color: #95740C;
}
.BgClassName
{
background-color: #95740C;
}
</style>
border-color css
<style>
span { border-color: #95740C; }
span { border-color: rgb(149,116,12); }
td.TdClassName
{
border-color: #95740C;
}
.TagClassName
{
border-color: #95740C;
}
</style>