#953F44

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

Shades of Well Read #953F44

Tints of Well Read #953F44

Color information

#953F44 (or 0x953F44) is unknown color: approx Well Read. HEX triplet: 95, 3F and 44. RGB value is (149,63,68). Sum of RGB (Red+Green+Blue) = 149+63+68=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #953F44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F44 is #6AC0BB. Grayscale: #595959. Windows color (decimal): -6996156 or 4472725. OLE color: 4472725.

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

Color convert

RGB1496368-
CMYK00.580.540.42
HSL356.51º40.57%41.57%-
HSV(B)356.51º57.72%58.43%-
XYZ15.2210.366.67-
YUV89.28115.99170.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.21%
GREEN value IS 63 (25% from 255) = 22.5%
BLUE value IS 68 (26.95% from 255) = 24.29%
R=53.21%
G=22.5%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149636800.580.540.42356.5140.5741.57
Hex953F4403A362A165292a
Octal2257710407266525455152
Binary1001010111111110001000111010110110101010101100101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,63,68); }

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

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

 a { background-color: rgb(149,63,68); }

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

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

 span { border-color: rgb(149,63,68); }

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