Html Css Color HEX #82554F Lotus

📋 copy color: '#82554F'

red 130 ◦ green 85 ◦ blue 79

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

Shades of Lotus #82554F

Tints of Lotus #82554F

RGB

 RED value IS 130 (51.17% from 255) = 44.22%

 GREEN value IS 85 (33.59% from 255) = 28.91%

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

R = 44.22%
G = 28.91%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#82554F (or 0x82554F) is known color: Lotus. HEX triplet: 82, 55 and 4F. RGB value is (130,85,79). Sum of RGB (Red+Green+Blue) = 130+85+79=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #82554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82554F is #7DAAB0. Grayscale: #616161. Windows color (decimal): -8235697 or 5199234. OLE color: 5199234.

HSL color Cylindrical-coordinate representation of color #82554F: hue angle of 7.06º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82554F is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 85 79 -
CMYK 0 0.35 0.39 0.49
HSL 7.06º 0.24% 0.41% -
HSV(B) 7.06º 0.39% 0.51% -
XYZ 13.87 11.81 8.95 -
YUV 97.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 130 85 79 0 0.35 0.39 0.49 7.06 0.24 0.41
Hex 82 55 4F 0 23 27 31 7 18 29
Octal 202 125 117 0 43 47 61 7 30 51
Binary 10000010 1010101 1001111 0 100011 100111 110001 111 11000 101001

Color Harmonies of #82554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82554F

Black with #82554F

Text Example


Text Example

White with #82554F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82554F; }

 p { color: rgb(130,85,79); }

 H1.HeaderClassName
 {
   color: #82554F;
 }
 .AnyTagClassName
 {
   color: #82554F;
 }
</style>

background-color css

<style>
 a { background-color: #82554F; }

 a { background-color: rgb(130,85,79); }

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

border-color css

<style>
 span { border-color: #82554F; }

 span { border-color: rgb(130,85,79); }

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