#984044

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

Shades of Well Read #984044

Tints of Well Read #984044

Color information

#984044 (or 0x984044) is unknown color: approx Well Read. HEX triplet: 98, 40 and 44. RGB value is (152,64,68). Sum of RGB (Red+Green+Blue) = 152+64+68=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #984044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984044 is #67BFBB. Grayscale: #5A5A5A. Windows color (decimal): -6799292 or 4472984. OLE color: 4472984.

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

Color convert

RGB1526468-
CMYK00.580.550.40
HSL357.27º40.74%42.35%-
HSV(B)357.27º57.89%59.61%-
XYZ15.8310.766.71-
YUV90.77115.15171.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.52%
GREEN value IS 64 (25.39% from 255) = 22.54%
BLUE value IS 68 (26.95% from 255) = 23.94%
R=53.52%
G=22.54%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152646800.580.550.40357.2740.7442.35
Hex98404403A3728165292a
Octal23010010407267505455152
Binary10011000100000010001000111010110111101000101100101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984044; }

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

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

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

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

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

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

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

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