#904B4A

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

Shades of Lotus #904B4A

Tints of Lotus #904B4A

Color information

#904B4A (or 0x904B4A) is unknown color: approx Lotus. HEX triplet: 90, 4B and 4A. RGB value is (144,75,74). Sum of RGB (Red+Green+Blue) = 144+75+74=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #904B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904B4A is #6FB4B5. Grayscale: #5F5F5F. Windows color (decimal): -7320758 or 4869008. OLE color: 4869008.

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

Color convert

RGB1447574-
CMYK00.480.490.44
HSL0.86º32.11%42.75%-
HSV(B)0.86º48.61%56.47%-
XYZ15.2511.467.89-
YUV95.52115.86162.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.15%
GREEN value IS 75 (29.69% from 255) = 25.60%
BLUE value IS 74 (29.30% from 255) = 25.26%
R=49.15%
G=25.60%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144757400.480.490.440.8632.1142.75
Hex904B4A030312C1202b
Octal220113112060615414053
Binary100100001001011100101001100001100011011001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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