#953739

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

Shades of Well Read #953739

Tints of Well Read #953739

Color information

#953739 (or 0x953739) is unknown color: approx Well Read. HEX triplet: 95, 37 and 39. RGB value is (149,55,57). Sum of RGB (Red+Green+Blue) = 149+55+57=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #953739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953739 is #6AC8C6. Grayscale: #535353. Windows color (decimal): -6998215 or 3749781. OLE color: 3749781.

HSL color Cylindrical-coordinate representation of color #953739: hue angle of 358.72º 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 #953739 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB1495557-
CMYK00.630.620.42
HSL358.72º46.08%40%-
HSV(B)358.72º63.09%58.43%-
XYZ14.59.424.92-
YUV83.33113.14174.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.09%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 57 (22.66% from 255) = 21.84%
R=57.09%
G=21.07%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149555700.630.620.42358.7246.0840
Hex95373903F3E2A1672e28
Octal225677107776525475650
Binary100101011101111110010111111111110101010101100111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953739; }

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

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

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

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

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

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

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

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