Html Css Color HEX #8C5551 Lotus

📋 copy color: '#8C5551'

red 140 ◦ green 85 ◦ blue 81

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

Shades of Lotus #8C5551

Tints of Lotus #8C5551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.47%

R = 45.75%
G = 27.78%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#8C5551 (or 0x8C5551) is known color: Lotus. HEX triplet: 8C, 55 and 51. RGB value is (140,85,81). Sum of RGB (Red+Green+Blue) = 140+85+81=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5551 is #73AAAE. Grayscale: #656565. Windows color (decimal): -7580335 or 5330316. OLE color: 5330316.

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

Color convert

RGB 140 85 81 -
CMYK 0 0.39 0.42 0.45
HSL 4.07º 0.27% 0.43% -
HSV(B) 4.07º 0.42% 0.55% -
XYZ 15.55 12.67 9.41 -
YUV 100.99 116.72 155.83 -
System Red Green Blue C M Y K H S L
Decimal 140 85 81 0 0.39 0.42 0.45 4.07 0.27 0.43
Hex 8C 55 51 0 27 2A 2D 4 1B 2B
Octal 214 125 121 0 47 52 55 4 33 53
Binary 10001100 1010101 1010001 0 100111 101010 101101 100 11011 101011

Color Harmonies of #8C5551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5551

Black with #8C5551

Text Example


Text Example

White with #8C5551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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