Html Css Color HEX #8A5954 Lotus

📋 copy color: '#8A5954'

red 138 ◦ green 89 ◦ blue 84

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

Shades of Lotus #8A5954

Tints of Lotus #8A5954

RGB

 RED value IS 138 (54.3% from 255) = 44.37%

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

 BLUE value IS 84 (33.2% from 255) = 27.01%

R = 44.37%
G = 28.62%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#8A5954 (or 0x8A5954) is known color: Lotus. HEX triplet: 8A, 59 and 54. RGB value is (138,89,84). Sum of RGB (Red+Green+Blue) = 138+89+84=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5954 is #75A6AB. Grayscale: #676767. Windows color (decimal): -7710380 or 5527946. OLE color: 5527946.

HSL color Cylindrical-coordinate representation of color #8A5954: hue angle of 5.56º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A5954 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 89 84 -
CMYK 0 0.36 0.39 0.46
HSL 5.56º 0.24% 0.44% -
HSV(B) 5.56º 0.39% 0.54% -
XYZ 15.65 13.19 10.11 -
YUV 103.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 138 89 84 0 0.36 0.39 0.46 5.56 0.24 0.44
Hex 8A 59 54 0 24 27 2E 6 18 2C
Octal 212 131 124 0 44 47 56 6 30 54
Binary 10001010 1011001 1010100 0 100100 100111 101110 110 11000 101100

Color Harmonies of #8A5954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5954

Black with #8A5954

Text Example


Text Example

White with #8A5954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,89,84); }

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

background-color css

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

 a { background-color: rgb(138,89,84); }

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

border-color css

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

 span { border-color: rgb(138,89,84); }

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