#954044

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

Shades of Well Read #954044

Tints of Well Read #954044

Color information

#954044 (or 0x954044) is unknown color: approx Well Read. HEX triplet: 95, 40 and 44. RGB value is (149,64,68). Sum of RGB (Red+Green+Blue) = 149+64+68=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #954044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954044 is #6ABFBB. Grayscale: #595959. Windows color (decimal): -6995900 or 4472981. OLE color: 4472981.

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

Color convert

RGB1496468-
CMYK00.570.540.42
HSL357.18º39.91%41.76%-
HSV(B)357.18º57.05%58.43%-
XYZ15.2710.476.69-
YUV89.87115.66170.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.02%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 68 (26.95% from 255) = 24.20%
R=53.02%
G=22.78%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149646800.570.540.42357.1839.9141.76
Hex954044039362A165282a
Octal22510010407166525455052
Binary10010101100000010001000111001110110101010101100101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954044; }

 p { color: rgb(149,64,68); }

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

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

 a { background-color: rgb(149,64,68); }

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

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

 span { border-color: rgb(149,64,68); }

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