#885450

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

Shades of Lotus #885450

Tints of Lotus #885450

Color information

#885450 (or 0x885450) is unknown color: approx Lotus. HEX triplet: 88, 54 and 50. RGB value is (136,84,80). Sum of RGB (Red+Green+Blue) = 136+84+80=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #885450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885450 is #77ABAF. Grayscale: #636363. Windows color (decimal): -7842736 or 5264520. OLE color: 5264520.

HSL color Cylindrical-coordinate representation of color #885450: hue angle of 4.29º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #885450 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1368480-
CMYK00.380.410.47
HSL4.29º25.93%42.35%-
HSV(B)4.29º41.18%53.33%-
XYZ14.7712.159.16-
YUV99.09117.23154.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.33%
GREEN value IS 84 (33.20% from 255) = 28%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=45.33%
G=28%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136848000.380.410.474.2925.9342.35
Hex885450026292F41a2a
Octal210124120046515743252
Binary1000100010101001010000010011010100110111110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885450; }

 p { color: rgb(136,84,80); }

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

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

 a { background-color: rgb(136,84,80); }

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

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

 span { border-color: rgb(136,84,80); }

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