Html Css Color HEX #875453 Lotus

📋 copy color: '#875453'

red 135 ◦ green 84 ◦ blue 83

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

Shades of Lotus #875453

Tints of Lotus #875453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.48%

R = 44.7%
G = 27.81%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#875453 (or 0x875453) is known color: Lotus. HEX triplet: 87, 54 and 53. RGB value is (135,84,83). Sum of RGB (Red+Green+Blue) = 135+84+83=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #875453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875453 is #78ABAC. Grayscale: #636363. Windows color (decimal): -7908269 or 5461127. OLE color: 5461127.

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

Color convert

RGB 135 84 83 -
CMYK 0 0.38 0.39 0.47
HSL 1.15º 0.24% 0.43% -
HSV(B) 1.15º 0.39% 0.53% -
XYZ 14.72 12.12 9.75 -
YUV 99.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 135 84 83 0 0.38 0.39 0.47 1.15 0.24 0.43
Hex 87 54 53 0 26 27 2F 1 18 2B
Octal 207 124 123 0 46 47 57 1 30 53
Binary 10000111 1010100 1010011 0 100110 100111 101111 1 11000 101011

Color Harmonies of #875453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875453

Black with #875453

Text Example


Text Example

White with #875453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875453; }

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

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

background-color css

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

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

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

border-color css

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

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

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