#965A47

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

Shades of Sepia #965A47

Tints of Sepia #965A47

Color information

#965A47 (or 0x965A47) is unknown color: approx Sepia. HEX triplet: 96, 5A and 47. RGB value is (150,90,71). Sum of RGB (Red+Green+Blue) = 150+90+71=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #965A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A47 is #69A5B8. Grayscale: #696969. Windows color (decimal): -6923705 or 4676246. OLE color: 4676246.

HSL color Cylindrical-coordinate representation of color #965A47: hue angle of 14.43º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #965A47 is Cyan = 0, Magento = 0.4, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB1509071-
CMYK00.40.530.41
HSL14.43º35.75%43.33%-
HSV(B)14.43º52.67%58.82%-
XYZ17.3714.257.8-
YUV105.77108.38159.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 90 (35.55% from 255) = 28.94%
BLUE value IS 71 (28.12% from 255) = 22.83%
R=48.23%
G=28.94%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150907100.40.530.4114.4335.7543.33
Hex965A470283529e242b
Octal2261321070506551164453
Binary100101101011010100011101010001101011010011110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965A47; }

 p { color: rgb(150,90,71); }

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

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

 a { background-color: rgb(150,90,71); }

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

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

 span { border-color: rgb(150,90,71); }

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