#954142

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

Shades of Well Read #954142

Tints of Well Read #954142

Color information

#954142 (or 0x954142) is unknown color: approx Well Read. HEX triplet: 95, 41 and 42. RGB value is (149,65,66). Sum of RGB (Red+Green+Blue) = 149+65+66=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #954142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954142 is #6ABEBD. Grayscale: #5A5A5A. Windows color (decimal): -6995646 or 4342165. OLE color: 4342165.

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

Color convert

RGB1496566-
CMYK00.560.560.42
HSL359.29º39.25%41.96%-
HSV(B)359.29º56.38%58.43%-
XYZ15.2710.566.39-
YUV90.23114.33169.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.21%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 66 (26.17% from 255) = 23.57%
R=53.21%
G=23.21%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149656600.560.560.42359.2939.2541.96
Hex954142038382A167272a
Octal22510110207070525474752
Binary10010101100000110000100111000111000101010101100111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954142; }

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

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

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

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

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

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

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

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