Html Css Color HEX #8A584F Lotus

📋 copy color: '#8A584F'

red 138 ◦ green 88 ◦ blue 79

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

Shades of Lotus #8A584F

Tints of Lotus #8A584F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.85%

 BLUE value IS 79 (31.25% from 255) = 25.9%

R = 45.25%
G = 28.85%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.46

RGB Variations

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

Color information

#8A584F (or 0x8A584F) is known color: Lotus. HEX triplet: 8A, 58 and 4F. RGB value is (138,88,79). Sum of RGB (Red+Green+Blue) = 138+88+79=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A584F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A584F is #75A7B0. Grayscale: #666666. Windows color (decimal): -7710641 or 5200010. OLE color: 5200010.

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

Color convert

RGB 138 88 79 -
CMYK 0 0.36 0.43 0.46
HSL 9.15º 0.27% 0.43% -
HSV(B) 9.15º 0.43% 0.54% -
XYZ 15.38 12.95 9.09 -
YUV 101.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 138 88 79 0 0.36 0.43 0.46 9.15 0.27 0.43
Hex 8A 58 4F 0 24 2B 2E 9 1B 2B
Octal 212 130 117 0 44 53 56 11 33 53
Binary 10001010 1011000 1001111 0 100100 101011 101110 1001 11011 101011

Color Harmonies of #8A584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A584F

Black with #8A584F

Text Example


Text Example

White with #8A584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,88,79); }

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

background-color css

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

 a { background-color: rgb(138,88,79); }

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

border-color css

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

 span { border-color: rgb(138,88,79); }

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