#957415

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

Shades of Golden Brown #957415

Tints of Golden Brown #957415

Color information

#957415 (or 0x957415) is unknown color: approx Golden Brown. HEX triplet: 95, 74 and 15. RGB value is (149,116,21). Sum of RGB (Red+Green+Blue) = 149+116+21=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #957415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957415 is #6A8BEA. Grayscale: #737373. Windows color (decimal): -6982635 or 1406101. OLE color: 1406101.

HSL color Cylindrical-coordinate representation of color #957415: hue angle of 44.53º 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 #957415 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB14911621-
CMYK00.220.860.42
HSL44.53º75.29%33.33%-
HSV(B)44.53º85.91%58.43%-
XYZ18.7818.933.37-
YUV115.0474.93152.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.10%
GREEN value IS 116 (45.70% from 255) = 40.56%
BLUE value IS 21 (8.59% from 255) = 7.34%
R=52.10%
G=40.56%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491162100.220.860.4244.5375.2933.33
Hex957415016562A2d4b21
Octal22516425026126525511341
Binary1001010111101001010101011010101101010101011011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957415; }

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

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

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

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

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

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

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

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