Html Css Color HEX #8C5552 Lotus

📋 copy color: '#8C5552'

red 140 ◦ green 85 ◦ blue 82

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

Shades of Lotus #8C5552

Tints of Lotus #8C5552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.71%

R = 45.6%
G = 27.69%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8C5552 (or 0x8C5552) is known color: Lotus. HEX triplet: 8C, 55 and 52. RGB value is (140,85,82). Sum of RGB (Red+Green+Blue) = 140+85+82=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5552 is #73AAAD. Grayscale: #656565. Windows color (decimal): -7580334 or 5395852. OLE color: 5395852.

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

Color convert

RGB 140 85 82 -
CMYK 0 0.39 0.41 0.45
HSL 3.1º 0.26% 0.44% -
HSV(B) 3.1º 0.41% 0.55% -
XYZ 15.59 12.68 9.61 -
YUV 101.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 140 85 82 0 0.39 0.41 0.45 3.1 0.26 0.44
Hex 8C 55 52 0 27 29 2D 3 1A 2C
Octal 214 125 122 0 47 51 55 3 32 54
Binary 10001100 1010101 1010010 0 100111 101001 101101 11 11010 101100

Color Harmonies of #8C5552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5552

Black with #8C5552

Text Example


Text Example

White with #8C5552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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