#953537

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

Shades of Well Read #953537

Tints of Well Read #953537

Color information

#953537 (or 0x953537) is unknown color: approx Well Read. HEX triplet: 95, 35 and 37. RGB value is (149,53,55). Sum of RGB (Red+Green+Blue) = 149+53+55=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #953537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953537 is #6ACAC8. Grayscale: #525252. Windows color (decimal): -6998729 or 3618197. OLE color: 3618197.

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

Color convert

RGB1495355-
CMYK00.640.630.42
HSL358.75º47.52%39.61%-
HSV(B)358.75º64.43%58.43%-
XYZ14.369.214.64-
YUV81.93112.8175.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.98%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 55 (21.88% from 255) = 21.40%
R=57.98%
G=20.62%
B=21.40%

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
Decimal149535500.640.630.42358.7547.5239.61
Hex9535370403F2A1673028
Octal2256567010077525476050
Binary1001010111010111011101000000111111101010101100111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953537; }

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

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

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

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

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

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

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

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