Html Css Color HEX #87554B Lotus

📋 copy color: '#87554B'

red 135 ◦ green 85 ◦ blue 75

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

Shades of Lotus #87554B

Tints of Lotus #87554B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

 BLUE value IS 75 (29.69% from 255) = 25.42%

R = 45.76%
G = 28.81%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#87554B (or 0x87554B) is known color: Lotus. HEX triplet: 87, 55 and 4B. RGB value is (135,85,75). Sum of RGB (Red+Green+Blue) = 135+85+75=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #87554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87554B is #78AAB4. Grayscale: #626262. Windows color (decimal): -7908021 or 4937095. OLE color: 4937095.

HSL color Cylindrical-coordinate representation of color #87554B: hue angle of 10º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87554B is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 85 75 -
CMYK 0 0.37 0.44 0.47
HSL 10º 0.29% 0.41% -
HSV(B) 10º 0.44% 0.53% -
XYZ 14.51 12.16 8.24 -
YUV 98.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 135 85 75 0 0.37 0.44 0.47 10 0.29 0.41
Hex 87 55 4B 0 25 2C 2F A 1D 29
Octal 207 125 113 0 45 54 57 12 35 51
Binary 10000111 1010101 1001011 0 100101 101100 101111 1010 11101 101001

Color Harmonies of #87554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87554B

Black with #87554B

Text Example


Text Example

White with #87554B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87554B; }

 p { color: rgb(135,85,75); }

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

background-color css

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

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

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

border-color css

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

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

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