Html Css Color HEX #8A5250 Lotus

📋 copy color: '#8A5250'

red 138 ◦ green 82 ◦ blue 80

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

Shades of Lotus #8A5250

Tints of Lotus #8A5250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.33%

 BLUE value IS 80 (31.64% from 255) = 26.67%

R = 46%
G = 27.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#8A5250 (or 0x8A5250) is known color: Lotus. HEX triplet: 8A, 52 and 50. RGB value is (138,82,80). Sum of RGB (Red+Green+Blue) = 138+82+80=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5250 is #75ADAF. Grayscale: #626262. Windows color (decimal): -7712176 or 5264010. OLE color: 5264010.

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

Color convert

RGB 138 82 80 -
CMYK 0 0.41 0.42 0.46
HSL 2.07º 0.27% 0.43% -
HSV(B) 2.07º 0.42% 0.54% -
XYZ 14.95 12.02 9.12 -
YUV 98.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 138 82 80 0 0.41 0.42 0.46 2.07 0.27 0.43
Hex 8A 52 50 0 29 2A 2E 2 1B 2B
Octal 212 122 120 0 51 52 56 2 33 53
Binary 10001010 1010010 1010000 0 101001 101010 101110 10 11011 101011

Color Harmonies of #8A5250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5250

Black with #8A5250

Text Example


Text Example

White with #8A5250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,82,80); }

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

background-color css

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

 a { background-color: rgb(138,82,80); }

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

border-color css

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

 span { border-color: rgb(138,82,80); }

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