Html Css Color HEX #8C5754 Lotus

📋 copy color: '#8C5754'

red 140 ◦ green 87 ◦ blue 84

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

Shades of Lotus #8C5754

Tints of Lotus #8C5754

RGB

 RED value IS 140 (55.08% from 255) = 45.02%

 GREEN value IS 87 (34.38% from 255) = 27.97%

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

R = 45.02%
G = 27.97%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.4

 K value IS 0.45

RGB Variations

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

Color information

#8C5754 (or 0x8C5754) is known color: Lotus. HEX triplet: 8C, 57 and 54. RGB value is (140,87,84). Sum of RGB (Red+Green+Blue) = 140+87+84=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5754 is #73A8AB. Grayscale: #666666. Windows color (decimal): -7579820 or 5527436. OLE color: 5527436.

HSL color Cylindrical-coordinate representation of color #8C5754: hue angle of 3.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C5754 is Cyan = 0, Magento = 0.38, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 87 84 -
CMYK 0 0.38 0.4 0.45
HSL 3.21º 0.25% 0.44% -
HSV(B) 3.21º 0.4% 0.55% -
XYZ 15.82 13.03 10.07 -
YUV 102.51 117.56 154.74 -
System Red Green Blue C M Y K H S L
Decimal 140 87 84 0 0.38 0.4 0.45 3.21 0.25 0.44
Hex 8C 57 54 0 26 28 2D 3 19 2C
Octal 214 127 124 0 46 50 55 3 31 54
Binary 10001100 1010111 1010100 0 100110 101000 101101 11 11001 101100

Color Harmonies of #8C5754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5754

Black with #8C5754

Text Example


Text Example

White with #8C5754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C5754; }

 p { color: rgb(140,87,84); }

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

background-color css

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

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

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

border-color css

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

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

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