#953B40

Color #953B40 Well Read (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Well Read #953B40

Tints of Well Read #953B40

Color information

#953B40 (or 0x953B40) is unknown color: approx Well Read. HEX triplet: 95, 3B and 40. RGB value is (149,59,64). Sum of RGB (Red+Green+Blue) = 149+59+64=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #953B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B40 is #6AC4BF. Grayscale: #565656. Windows color (decimal): -6997184 or 4209557. OLE color: 4209557.

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

Color convert

RGB1495964-
CMYK00.600.570.42
HSL356.67º43.27%40.78%-
HSV(B)356.67º60.4%58.43%-
XYZ14.889.895.97-
YUV86.48115.32172.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.78%
GREEN value IS 59 (23.44% from 255) = 21.69%
BLUE value IS 64 (25.39% from 255) = 23.53%
R=54.78%
G=21.69%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149596400.600.570.42356.6743.2740.78
Hex953B4003C392A1652b29
Octal2257310007471525455351
Binary1001010111101110000000111100111001101010101100101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953B40; }

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

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

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

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

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

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

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

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