Html Css Color HEX #8C5352 Lotus

📋 copy color: '#8C5352'

red 140 ◦ green 83 ◦ blue 82

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

Shades of Lotus #8C5352

Tints of Lotus #8C5352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

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

R = 45.9%
G = 27.21%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8C5352 (or 0x8C5352) is known color: Lotus. HEX triplet: 8C, 53 and 52. RGB value is (140,83,82). Sum of RGB (Red+Green+Blue) = 140+83+82=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5352 is #73ACAD. Grayscale: #636363. Windows color (decimal): -7580846 or 5395340. OLE color: 5395340.

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

Color convert

RGB 140 83 82 -
CMYK 0 0.41 0.41 0.45
HSL 1.03º 0.26% 0.44% -
HSV(B) 1.03º 0.41% 0.55% -
XYZ 15.43 12.37 9.56 -
YUV 99.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 140 83 82 0 0.41 0.41 0.45 1.03 0.26 0.44
Hex 8C 53 52 0 29 29 2D 1 1A 2C
Octal 214 123 122 0 51 51 55 1 32 54
Binary 10001100 1010011 1010010 0 101001 101001 101101 1 11010 101100

Color Harmonies of #8C5352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5352

Black with #8C5352

Text Example


Text Example

White with #8C5352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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