Html Css Color HEX #8C554F Lotus

📋 copy color: '#8C554F'

red 140 ◦ green 85 ◦ blue 79

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

Shades of Lotus #8C554F

Tints of Lotus #8C554F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.99%

R = 46.05%
G = 27.96%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#8C554F (or 0x8C554F) is known color: Lotus. HEX triplet: 8C, 55 and 4F. RGB value is (140,85,79). Sum of RGB (Red+Green+Blue) = 140+85+79=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C554F is #73AAB0. Grayscale: #646464. Windows color (decimal): -7580337 or 5199244. OLE color: 5199244.

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

Color convert

RGB 140 85 79 -
CMYK 0 0.39 0.44 0.45
HSL 5.9º 0.28% 0.43% -
HSV(B) 5.9º 0.44% 0.55% -
XYZ 15.48 12.64 9.02 -
YUV 100.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 140 85 79 0 0.39 0.44 0.45 5.9 0.28 0.43
Hex 8C 55 4F 0 27 2C 2D 6 1C 2B
Octal 214 125 117 0 47 54 55 6 34 53
Binary 10001100 1010101 1001111 0 100111 101100 101101 110 11100 101011

Color Harmonies of #8C554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C554F

Black with #8C554F

Text Example


Text Example

White with #8C554F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,85,79); }

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

background-color css

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

 a { background-color: rgb(140,85,79); }

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

border-color css

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

 span { border-color: rgb(140,85,79); }

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