#957215

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

Shades of Golden Brown #957215

Tints of Golden Brown #957215

Color information

#957215 (or 0x957215) is unknown color: approx Golden Brown. HEX triplet: 95, 72 and 15. RGB value is (149,114,21). Sum of RGB (Red+Green+Blue) = 149+114+21=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #957215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957215 is #6A8DEA. Grayscale: #727272. Windows color (decimal): -6983147 or 1405589. OLE color: 1405589.

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

Color convert

RGB14911421-
CMYK00.230.860.42
HSL43.59º75.29%33.33%-
HSV(B)43.59º85.91%58.43%-
XYZ18.5518.483.3-
YUV113.8675.6153.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.46%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 21 (8.59% from 255) = 7.39%
R=52.46%
G=40.14%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491142100.230.860.4243.5975.2933.33
Hex957215017562A2c4b21
Octal22516225027126525411341
Binary1001010111100101010101011110101101010101011001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957215; }

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

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

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

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

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

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

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

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