Html Css Color HEX #875450 Lotus

📋 copy color: '#875450'

red 135 ◦ green 84 ◦ blue 80

#875450
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lotus #875450

Tints of Lotus #875450

RGB

 RED value IS 135 (53.13% from 255) = 45.15%

 GREEN value IS 84 (33.2% from 255) = 28.09%

 BLUE value IS 80 (31.64% from 255) = 26.76%

R = 45.15%
G = 28.09%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#875450 (or 0x875450) is known color: Lotus. HEX triplet: 87, 54 and 50. RGB value is (135,84,80). Sum of RGB (Red+Green+Blue) = 135+84+80=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #875450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875450 is #78ABAF. Grayscale: #626262. Windows color (decimal): -7908272 or 5264519. OLE color: 5264519.

HSL color Cylindrical-coordinate representation of color #875450: hue angle of 4.36º 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 #875450 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 84 80 -
CMYK 0 0.38 0.41 0.47
HSL 4.36º 0.26% 0.42% -
HSV(B) 4.36º 0.41% 0.53% -
XYZ 14.61 12.07 9.15 -
YUV 98.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 135 84 80 0 0.38 0.41 0.47 4.36 0.26 0.42
Hex 87 54 50 0 26 29 2F 4 1A 2A
Octal 207 124 120 0 46 51 57 4 32 52
Binary 10000111 1010100 1010000 0 100110 101001 101111 100 11010 101010

Color Harmonies of #875450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875450

Black with #875450

Text Example


Text Example

White with #875450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875450; }

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

 H1.HeaderClassName
 {
   color: #875450;
 }
 .AnyTagClassName
 {
   color: #875450;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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