Html Css Color HEX #82534E Lotus

📋 copy color: '#82534E'

red 130 ◦ green 83 ◦ blue 78

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

Shades of Lotus #82534E

Tints of Lotus #82534E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.52%

 BLUE value IS 78 (30.86% from 255) = 26.8%

R = 44.67%
G = 28.52%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#82534E (or 0x82534E) is known color: Lotus. HEX triplet: 82, 53 and 4E. RGB value is (130,83,78). Sum of RGB (Red+Green+Blue) = 130+83+78=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #82534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82534E is #7DACB1. Grayscale: #606060. Windows color (decimal): -8236210 or 5133186. OLE color: 5133186.

HSL color Cylindrical-coordinate representation of color #82534E: hue angle of 5.77º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82534E is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 83 78 -
CMYK 0 0.36 0.40 0.49
HSL 5.77º 0.25% 0.41% -
HSV(B) 5.77º 0.4% 0.51% -
XYZ 13.67 11.48 8.7 -
YUV 96.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 130 83 78 0 0.36 0.40 0.49 5.77 0.25 0.41
Hex 82 53 4E 0 24 28 31 6 19 29
Octal 202 123 116 0 44 50 61 6 31 51
Binary 10000010 1010011 1001110 0 100100 101000 110001 110 11001 101001

Color Harmonies of #82534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82534E

Black with #82534E

Text Example


Text Example

White with #82534E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82534E; }

 p { color: rgb(130,83,78); }

 H1.HeaderClassName
 {
   color: #82534E;
 }
 .AnyTagClassName
 {
   color: #82534E;
 }
</style>

background-color css

<style>
 a { background-color: #82534E; }

 a { background-color: rgb(130,83,78); }

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

border-color css

<style>
 span { border-color: #82534E; }

 span { border-color: rgb(130,83,78); }

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