#955540

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

Shades of Sepia #955540

Tints of Sepia #955540

Color information

#955540 (or 0x955540) is unknown color: approx Sepia. HEX triplet: 95, 55 and 40. RGB value is (149,85,64). Sum of RGB (Red+Green+Blue) = 149+85+64=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #955540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955540 is #6AAABF. Grayscale: #656565. Windows color (decimal): -6990528 or 4216213. OLE color: 4216213.

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

Color convert

RGB1498564-
CMYK00.430.570.42
HSL14.82º39.91%41.76%-
HSV(B)14.82º57.05%58.43%-
XYZ16.5713.266.54-
YUV101.74106.7161.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=50%
G=28.52%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149856400.430.570.4214.8239.9141.76
Hex95554002B392Af282a
Octal2251251000537152175052
Binary100101011010101100000001010111110011010101111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955540; }

 p { color: rgb(149,85,64); }

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

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

 a { background-color: rgb(149,85,64); }

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

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

 span { border-color: rgb(149,85,64); }

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