Html Css Color HEX #8A4948 Lotus

📋 copy color: '#8A4948'

red 138 ◦ green 73 ◦ blue 72

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

Shades of Lotus #8A4948

Tints of Lotus #8A4948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.8%

 BLUE value IS 72 (28.52% from 255) = 25.44%

R = 48.76%
G = 25.8%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#8A4948 (or 0x8A4948) is known color: Lotus. HEX triplet: 8A, 49 and 48. RGB value is (138,73,72). Sum of RGB (Red+Green+Blue) = 138+73+72=283 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.76% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4948 is #75B6B7. Grayscale: #5C5C5C. Windows color (decimal): -7714488 or 4737418. OLE color: 4737418.

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

Color convert

RGB 138 73 72 -
CMYK 0 0.47 0.48 0.46
HSL 0.91º 0.31% 0.41% -
HSV(B) 0.91º 0.48% 0.54% -
XYZ 14.03 10.64 7.44 -
YUV 92.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 138 73 72 0 0.47 0.48 0.46 0.91 0.31 0.41
Hex 8A 49 48 0 2F 30 2E 1 1F 29
Octal 212 111 110 0 57 60 56 1 37 51
Binary 10001010 1001001 1001000 0 101111 110000 101110 1 11111 101001

Color Harmonies of #8A4948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4948

Black with #8A4948

Text Example


Text Example

White with #8A4948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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