#953637

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

Shades of Well Read #953637

Tints of Well Read #953637

Color information

#953637 (or 0x953637) is unknown color: approx Well Read. HEX triplet: 95, 36 and 37. RGB value is (149,54,55). Sum of RGB (Red+Green+Blue) = 149+54+55=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #953637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953637 is #6AC9C8. Grayscale: #525252. Windows color (decimal): -6998473 or 3618453. OLE color: 3618453.

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

Color convert

RGB1495455-
CMYK00.640.630.42
HSL359.37º46.8%39.8%-
HSV(B)359.37º63.76%58.43%-
XYZ14.49.34.65-
YUV82.52112.47175.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.75%
GREEN value IS 54 (21.48% from 255) = 20.93%
BLUE value IS 55 (21.88% from 255) = 21.32%
R=57.75%
G=20.93%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149545500.640.630.42359.3746.839.8
Hex9536370403F2A1672f28
Octal2256667010077525475750
Binary1001010111011011011101000000111111101010101100111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953637; }

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

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

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

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

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

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

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

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