Html Css Color HEX #8A5449 Lotus

📋 copy color: '#8A5449'

red 138 ◦ green 84 ◦ blue 73

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

Shades of Lotus #8A5449

Tints of Lotus #8A5449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.47%

 BLUE value IS 73 (28.91% from 255) = 24.75%

R = 46.78%
G = 28.47%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#8A5449 (or 0x8A5449) is known color: Lotus. HEX triplet: 8A, 54 and 49. RGB value is (138,84,73). Sum of RGB (Red+Green+Blue) = 138+84+73=295 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.78% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5449 is #75ABB6. Grayscale: #626262. Windows color (decimal): -7711671 or 4805770. OLE color: 4805770.

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

Color convert

RGB 138 84 73 -
CMYK 0 0.39 0.47 0.46
HSL 10.15º 0.31% 0.41% -
HSV(B) 10.15º 0.47% 0.54% -
XYZ 14.85 12.22 7.88 -
YUV 98.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 138 84 73 0 0.39 0.47 0.46 10.15 0.31 0.41
Hex 8A 54 49 0 27 2F 2E A 1F 29
Octal 212 124 111 0 47 57 56 12 37 51
Binary 10001010 1010100 1001001 0 100111 101111 101110 1010 11111 101001

Color Harmonies of #8A5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5449

Black with #8A5449

Text Example


Text Example

White with #8A5449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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