#957111

Color #957111 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #957111

Tints of Golden Brown #957111

Color information

#957111 (or 0x957111) is unknown color: approx Golden Brown. HEX triplet: 95, 71 and 11. RGB value is (149,113,17). Sum of RGB (Red+Green+Blue) = 149+113+17=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #957111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957111 is #6A8EEE. Grayscale: #717171. Windows color (decimal): -6983407 or 1143189. OLE color: 1143189.

HSL color Cylindrical-coordinate representation of color #957111: hue angle of 43.64º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #957111 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB14911317-
CMYK00.240.890.42
HSL43.64º79.52%32.55%-
HSV(B)43.64º88.59%58.43%-
XYZ18.418.243.08-
YUV112.8273.93153.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 113 (44.53% from 255) = 40.50%
BLUE value IS 17 (7.03% from 255) = 6.09%
R=53.41%
G=40.50%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491131700.240.890.4243.6479.5232.55
Hex957111018592A2c5021
Octal22516121030131525412041
Binary1001010111100011000101100010110011010101011001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957111; }

 p { color: rgb(149,113,17); }

 H1.HeaderClassName
 {
   color: #957111;
 }
 .AnyTagClassName
 {
   color: #957111;
 }
</style>
background-color css

<style>
 a { background-color: #957111; }

 a { background-color: rgb(149,113,17); }

 div.DivClassName
 {
   background-color: #957111;
 }
 .BgClassName
 {
   background-color: #957111;
 }
</style>
border-color css

<style>
 span { border-color: #957111; }

 span { border-color: rgb(149,113,17); }

 td.TdClassName
 {
   border-color: #957111;
 }
 .TagClassName
 {
   border-color: #957111;
 }
</style>