Html Css Color HEX #825554 Lotus

📋 copy color: '#825554'

red 130 ◦ green 85 ◦ blue 84

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

Shades of Lotus #825554

Tints of Lotus #825554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.43%

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

R = 43.48%
G = 28.43%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#825554 (or 0x825554) is known color: Lotus. HEX triplet: 82, 55 and 54. RGB value is (130,85,84). Sum of RGB (Red+Green+Blue) = 130+85+84=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #825554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825554 is #7DAAAB. Grayscale: #626262. Windows color (decimal): -8235692 or 5526914. OLE color: 5526914.

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

Color convert

RGB 130 85 84 -
CMYK 0 0.35 0.35 0.49
HSL 1.3º 0.21% 0.42% -
HSV(B) 1.3º 0.35% 0.51% -
XYZ 14.05 11.88 9.94 -
YUV 98.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 130 85 84 0 0.35 0.35 0.49 1.3 0.21 0.42
Hex 82 55 54 0 23 23 31 1 15 2A
Octal 202 125 124 0 43 43 61 1 25 52
Binary 10000010 1010101 1010100 0 100011 100011 110001 1 10101 101010

Color Harmonies of #825554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825554

Black with #825554

Text Example


Text Example

White with #825554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825554; }

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

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

background-color css

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

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

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

border-color css

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

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

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