Html Css Color HEX #825655 Lotus

📋 copy color: '#825655'

red 130 ◦ green 86 ◦ blue 85

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

Shades of Lotus #825655

Tints of Lotus #825655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.24%

R = 43.19%
G = 28.57%
B = 28.24%

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

#825655 (or 0x825655) is known color: Lotus. HEX triplet: 82, 56 and 55. RGB value is (130,86,85). Sum of RGB (Red+Green+Blue) = 130+86+85=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #825655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825655 is #7DA9AA. Grayscale: #636363. Windows color (decimal): -8235435 or 5592706. OLE color: 5592706.

HSL color Cylindrical-coordinate representation of color #825655: hue angle of 1.33º 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 #825655 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 86 85 -
CMYK 0 0.34 0.35 0.49
HSL 1.33º 0.21% 0.42% -
HSV(B) 1.33º 0.35% 0.51% -
XYZ 14.17 12.06 10.17 -
YUV 99.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 130 86 85 0 0.34 0.35 0.49 1.33 0.21 0.42
Hex 82 56 55 0 22 23 31 1 15 2A
Octal 202 126 125 0 42 43 61 1 25 52
Binary 10000010 1010110 1010101 0 100010 100011 110001 1 10101 101010

Color Harmonies of #825655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825655

Black with #825655

Text Example


Text Example

White with #825655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825655; }

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

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

background-color css

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

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

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

border-color css

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

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

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