Html Css Color HEX #825654 Lotus

📋 copy color: '#825654'

red 130 ◦ green 86 ◦ blue 84

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

Shades of Lotus #825654

Tints of Lotus #825654

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.67%

 BLUE value IS 84 (33.2% from 255) = 28%

R = 43.33%
G = 28.67%
B = 28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#825654 (or 0x825654) is known color: Lotus. HEX triplet: 82, 56 and 54. RGB value is (130,86,84). Sum of RGB (Red+Green+Blue) = 130+86+84=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #825654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825654 is #7DA9AB. Grayscale: #626262. Windows color (decimal): -8235436 or 5527170. OLE color: 5527170.

HSL color Cylindrical-coordinate representation of color #825654: hue angle of 2.61º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #825654 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 86 84 -
CMYK 0 0.34 0.35 0.49
HSL 2.61º 0.21% 0.42% -
HSV(B) 2.61º 0.35% 0.51% -
XYZ 14.13 12.04 9.97 -
YUV 98.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 130 86 84 0 0.34 0.35 0.49 2.61 0.21 0.42
Hex 82 56 54 0 22 23 31 3 15 2A
Octal 202 126 124 0 42 43 61 3 25 52
Binary 10000010 1010110 1010100 0 100010 100011 110001 11 10101 101010

Color Harmonies of #825654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825654

Black with #825654

Text Example


Text Example

White with #825654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825654; }

 p { color: rgb(130,86,84); }

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

background-color css

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

 a { background-color: rgb(130,86,84); }

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

border-color css

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

 span { border-color: rgb(130,86,84); }

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