#955947

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

Shades of Sepia #955947

Tints of Sepia #955947

Color information

#955947 (or 0x955947) is unknown color: approx Sepia. HEX triplet: 95, 59 and 47. RGB value is (149,89,71). Sum of RGB (Red+Green+Blue) = 149+89+71=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #955947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955947 is #6AA6B8. Grayscale: #696969. Windows color (decimal): -6989497 or 4675989. OLE color: 4675989.

HSL color Cylindrical-coordinate representation of color #955947: hue angle of 13.85º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #955947 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1498971-
CMYK00.400.520.42
HSL13.85º35.45%43.14%-
HSV(B)13.85º52.35%58.43%-
XYZ17.113.997.76-
YUV104.89108.88159.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.22%
GREEN value IS 89 (35.16% from 255) = 28.80%
BLUE value IS 71 (28.12% from 255) = 22.98%
R=48.22%
G=28.80%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149897100.400.520.4213.8535.4543.14
Hex955947028342Ae232b
Octal2251311070506452164353
Binary100101011011001100011101010001101001010101110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955947; }

 p { color: rgb(149,89,71); }

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

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

 a { background-color: rgb(149,89,71); }

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

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

 span { border-color: rgb(149,89,71); }

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