Html Css Color HEX #8C5952 Lotus

📋 copy color: '#8C5952'

red 140 ◦ green 89 ◦ blue 82

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

Shades of Lotus #8C5952

Tints of Lotus #8C5952

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

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

R = 45.02%
G = 28.62%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8C5952 (or 0x8C5952) is known color: Lotus. HEX triplet: 8C, 59 and 52. RGB value is (140,89,82). Sum of RGB (Red+Green+Blue) = 140+89+82=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5952 is #73A6AD. Grayscale: #676767. Windows color (decimal): -7579310 or 5396876. OLE color: 5396876.

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

Color convert

RGB 140 89 82 -
CMYK 0 0.36 0.41 0.45
HSL 7.24º 0.26% 0.44% -
HSV(B) 7.24º 0.41% 0.55% -
XYZ 15.91 13.33 9.72 -
YUV 103.45 115.9 154.07 -
System Red Green Blue C M Y K H S L
Decimal 140 89 82 0 0.36 0.41 0.45 7.24 0.26 0.44
Hex 8C 59 52 0 24 29 2D 7 1A 2C
Octal 214 131 122 0 44 51 55 7 32 54
Binary 10001100 1011001 1010010 0 100100 101001 101101 111 11010 101100

Color Harmonies of #8C5952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5952

Black with #8C5952

Text Example


Text Example

White with #8C5952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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