Html Css Color HEX #82534F Lotus

📋 copy color: '#82534F'

red 130 ◦ green 83 ◦ blue 79

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

Shades of Lotus #82534F

Tints of Lotus #82534F

RGB

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

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

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

R = 44.52%
G = 28.42%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#82534F (or 0x82534F) is known color: Lotus. HEX triplet: 82, 53 and 4F. RGB value is (130,83,79). Sum of RGB (Red+Green+Blue) = 130+83+79=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82534F is #7DACB0. Grayscale: #606060. Windows color (decimal): -8236209 or 5198722. OLE color: 5198722.

HSL color Cylindrical-coordinate representation of color #82534F: hue angle of 4.71º 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 #82534F is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 83 79 -
CMYK 0 0.36 0.39 0.49
HSL 4.71º 0.24% 0.41% -
HSV(B) 4.71º 0.39% 0.51% -
XYZ 13.71 11.5 8.89 -
YUV 96.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 130 83 79 0 0.36 0.39 0.49 4.71 0.24 0.41
Hex 82 53 4F 0 24 27 31 5 18 29
Octal 202 123 117 0 44 47 61 5 30 51
Binary 10000010 1010011 1001111 0 100100 100111 110001 101 11000 101001

Color Harmonies of #82534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82534F

Black with #82534F

Text Example


Text Example

White with #82534F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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