#944041

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

Shades of Well Read #944041

Tints of Well Read #944041

Color information

#944041 (or 0x944041) is unknown color: approx Well Read. HEX triplet: 94, 40 and 41. RGB value is (148,64,65). Sum of RGB (Red+Green+Blue) = 148+64+65=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #944041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944041 is #6BBFBE. Grayscale: #595959. Windows color (decimal): -7061439 or 4276372. OLE color: 4276372.

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

Color convert

RGB1486465-
CMYK00.570.560.42
HSL359.29º39.62%41.57%-
HSV(B)359.29º56.76%58.04%-
XYZ1510.346.21-
YUV89.23114.33169.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.43%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 65 (25.78% from 255) = 23.47%
R=53.43%
G=23.10%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148646500.570.560.42359.2939.6241.57
Hex944041039382A167282a
Octal22410010107170525475052
Binary10010100100000010000010111001111000101010101100111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944041; }

 p { color: rgb(148,64,65); }

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

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

 a { background-color: rgb(148,64,65); }

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

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

 span { border-color: rgb(148,64,65); }

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