Html Css Color HEX #8C5752 Lotus

📋 copy color: '#8C5752'

red 140 ◦ green 87 ◦ blue 82

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

Shades of Lotus #8C5752

Tints of Lotus #8C5752

RGB

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

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

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

R = 45.31%
G = 28.16%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8C5752 (or 0x8C5752) is known color: Lotus. HEX triplet: 8C, 57 and 52. RGB value is (140,87,82). Sum of RGB (Red+Green+Blue) = 140+87+82=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5752 is #73A8AD. Grayscale: #666666. Windows color (decimal): -7579822 or 5396364. OLE color: 5396364.

HSL color Cylindrical-coordinate representation of color #8C5752: hue angle of 5.17º 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 #8C5752 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 87 82 -
CMYK 0 0.38 0.41 0.45
HSL 5.17º 0.26% 0.44% -
HSV(B) 5.17º 0.41% 0.55% -
XYZ 15.75 13 9.66 -
YUV 102.28 116.56 154.91 -
System Red Green Blue C M Y K H S L
Decimal 140 87 82 0 0.38 0.41 0.45 5.17 0.26 0.44
Hex 8C 57 52 0 26 29 2D 5 1A 2C
Octal 214 127 122 0 46 51 55 5 32 54
Binary 10001100 1010111 1010010 0 100110 101001 101101 101 11010 101100

Color Harmonies of #8C5752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5752

Black with #8C5752

Text Example


Text Example

White with #8C5752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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