#957115

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

Shades of Golden Brown #957115

Tints of Golden Brown #957115

Color information

#957115 (or 0x957115) is unknown color: approx Golden Brown. HEX triplet: 95, 71 and 15. RGB value is (149,113,21). Sum of RGB (Red+Green+Blue) = 149+113+21=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #957115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957115 is #6A8EEA. Grayscale: #717171. Windows color (decimal): -6983403 or 1405333. OLE color: 1405333.

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

Color convert

RGB14911321-
CMYK00.240.860.42
HSL43.12º75.29%33.33%-
HSV(B)43.12º85.91%58.43%-
XYZ18.4318.253.26-
YUV113.2875.93153.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.65%
GREEN value IS 113 (44.53% from 255) = 39.93%
BLUE value IS 21 (8.59% from 255) = 7.42%
R=52.65%
G=39.93%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491132100.240.860.4243.1275.2933.33
Hex957115018562A2b4b21
Octal22516125030126525311341
Binary1001010111100011010101100010101101010101010111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957115; }

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

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

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

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

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

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

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

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