#955441

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

Shades of Sepia #955441

Tints of Sepia #955441

Color information

#955441 (or 0x955441) is unknown color: approx Sepia. HEX triplet: 95, 54 and 41. RGB value is (149,84,65). Sum of RGB (Red+Green+Blue) = 149+84+65=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #955441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955441 is #6AABBE. Grayscale: #656565. Windows color (decimal): -6990783 or 4281493. OLE color: 4281493.

HSL color Cylindrical-coordinate representation of color #955441: hue angle of 13.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #955441 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB1498465-
CMYK00.440.560.42
HSL13.57º39.25%41.96%-
HSV(B)13.57º56.38%58.43%-
XYZ16.5213.116.66-
YUV101.27107.53162.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 65 (25.78% from 255) = 21.81%
R=50%
G=28.19%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149846500.440.560.4213.5739.2541.96
Hex95544102C382Ae272a
Octal2251241010547052164752
Binary100101011010100100000101011001110001010101110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955441; }

 p { color: rgb(149,84,65); }

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

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

 a { background-color: rgb(149,84,65); }

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

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

 span { border-color: rgb(149,84,65); }

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