Html Css Color HEX #825955 Lotus

📋 copy color: '#825955'

red 130 ◦ green 89 ◦ blue 85

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

Shades of Lotus #825955

Tints of Lotus #825955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.28%

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

R = 42.76%
G = 29.28%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#825955 (or 0x825955) is known color: Lotus. HEX triplet: 82, 59 and 55. RGB value is (130,89,85). Sum of RGB (Red+Green+Blue) = 130+89+85=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #825955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825955 is #7DA6AA. Grayscale: #646464. Windows color (decimal): -8234667 or 5593474. OLE color: 5593474.

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

Color convert

RGB 130 89 85 -
CMYK 0 0.32 0.35 0.49
HSL 5.33º 0.21% 0.42% -
HSV(B) 5.33º 0.35% 0.51% -
XYZ 14.42 12.55 10.26 -
YUV 100.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 130 89 85 0 0.32 0.35 0.49 5.33 0.21 0.42
Hex 82 59 55 0 20 23 31 5 15 2A
Octal 202 131 125 0 40 43 61 5 25 52
Binary 10000010 1011001 1010101 0 100000 100011 110001 101 10101 101010

Color Harmonies of #825955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825955

Black with #825955

Text Example


Text Example

White with #825955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825955; }

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

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

background-color css

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

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

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

border-color css

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

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

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