#953741

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

Shades of Well Read #953741

Tints of Well Read #953741

Color information

#953741 (or 0x953741) is unknown color: approx Well Read. HEX triplet: 95, 37 and 41. RGB value is (149,55,65). Sum of RGB (Red+Green+Blue) = 149+55+65=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #953741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953741 is #6AC8BE. Grayscale: #545454. Windows color (decimal): -6998207 or 4274069. OLE color: 4274069.

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

Color convert

RGB1495565-
CMYK00.630.560.42
HSL353.62º46.08%40%-
HSV(B)353.62º63.09%58.43%-
XYZ14.719.56.06-
YUV84.25117.14174.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.39%
GREEN value IS 55 (21.88% from 255) = 20.45%
BLUE value IS 65 (25.78% from 255) = 24.16%
R=55.39%
G=20.45%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149556500.630.560.42353.6246.0840
Hex95374103F382A1622e28
Octal2256710107770525425650
Binary1001010111011110000010111111111000101010101100010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953741; }

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

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

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

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

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

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

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

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