#965D48

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

Shades of Sepia #965D48

Tints of Sepia #965D48

Color information

#965D48 (or 0x965D48) is unknown color: approx Sepia. HEX triplet: 96, 5D and 48. RGB value is (150,93,72). Sum of RGB (Red+Green+Blue) = 150+93+72=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #965D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965D48 is #69A2B7. Grayscale: #6B6B6B. Windows color (decimal): -6922936 or 4742550. OLE color: 4742550.

HSL color Cylindrical-coordinate representation of color #965D48: hue angle of 16.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #965D48 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1509372-
CMYK00.380.520.41
HSL16.15º35.14%43.53%-
HSV(B)16.15º52%58.82%-
XYZ17.6614.788.05-
YUV107.65107.88158.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 93 (36.72% from 255) = 29.52%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=47.62%
G=29.52%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150937200.380.520.4116.1535.1443.53
Hex965D48026342910232c
Octal2261351100466451204354
Binary1001011010111011001000010011011010010100110000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,93,72); }

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

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

 a { background-color: rgb(150,93,72); }

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

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

 span { border-color: rgb(150,93,72); }

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