Html Css Color HEX #875454 Lotus

📋 copy color: '#875454'

red 135 ◦ green 84 ◦ blue 84

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

Shades of Lotus #875454

Tints of Lotus #875454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.72%

R = 44.55%
G = 27.72%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#875454 (or 0x875454) is known color: Lotus. HEX triplet: 87, 54 and 54. RGB value is (135,84,84). Sum of RGB (Red+Green+Blue) = 135+84+84=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #875454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875454 is #78ABAB. Grayscale: #636363. Windows color (decimal): -7908268 or 5526663. OLE color: 5526663.

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

Color convert

RGB 135 84 84 -
CMYK 0 0.38 0.38 0.47
HSL 0.23% 0.43% -
HSV(B) 0.38% 0.53% -
XYZ 14.76 12.13 9.95 -
YUV 99.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 135 84 84 0 0.38 0.38 0.47 0 0.23 0.43
Hex 87 54 54 0 26 26 2F 0 17 2B
Octal 207 124 124 0 46 46 57 0 27 53
Binary 10000111 1010100 1010100 0 100110 100110 101111 0 10111 101011

Color Harmonies of #875454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875454

Black with #875454

Text Example


Text Example

White with #875454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875454; }

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

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

background-color css

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

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

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

border-color css

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

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

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