#904E4B

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

Shades of Lotus #904E4B

Tints of Lotus #904E4B

Color information

#904E4B (or 0x904E4B) is unknown color: approx Lotus. HEX triplet: 90, 4E and 4B. RGB value is (144,78,75). Sum of RGB (Red+Green+Blue) = 144+78+75=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #904E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #904E4B is #6FB1B4. Grayscale: #616161. Windows color (decimal): -7319989 or 4935312. OLE color: 4935312.

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

Color convert

RGB1447875-
CMYK00.460.480.44
HSL2.61º31.51%42.94%-
HSV(B)2.61º47.92%56.47%-
XYZ15.511.898.13-
YUV97.39115.37161.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.48%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=48.48%
G=26.26%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144787500.460.480.442.6131.5142.94
Hex904E4B02E302C3202b
Octal220116113056605434053
Binary1001000010011101001011010111011000010110011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,78,75); }

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

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

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

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

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

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

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