#904F4F

Color #904F4F Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #904F4F

Tints of Lotus #904F4F

Color information

#904F4F (or 0x904F4F) is unknown color: approx Lotus. HEX triplet: 90, 4F and 4F. RGB value is (144,79,79). Sum of RGB (Red+Green+Blue) = 144+79+79=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 144 - color contains mainly: red. Hex color #904F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904F4F is #6FB0B0. Grayscale: #626262. Windows color (decimal): -7319729 or 5197712. OLE color: 5197712.

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

Color convert

RGB1447979-
CMYK00.450.450.44
HSL29.15%43.73%-
HSV(B)45.14%56.47%-
XYZ15.7112.098.9-
YUV98.44117.03160.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.68%
GREEN value IS 79 (31.25% from 255) = 26.16%
BLUE value IS 79 (31.25% from 255) = 26.16%
R=47.68%
G=26.16%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144797900.450.450.44029.1543.73
Hex904F4F02D2D2C01d2c
Octal220117117055555403554
Binary10010000100111110011110101101101101101100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904F4F; }

 p { color: rgb(144,79,79); }

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

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

 a { background-color: rgb(144,79,79); }

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

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

 span { border-color: rgb(144,79,79); }

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