Html Css Color HEX #825854 Lotus

📋 copy color: '#825854'

red 130 ◦ green 88 ◦ blue 84

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

Shades of Lotus #825854

Tints of Lotus #825854

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.14%

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

R = 43.05%
G = 29.14%
B = 27.81%

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

#825854 (or 0x825854) is known color: Lotus. HEX triplet: 82, 58 and 54. RGB value is (130,88,84). Sum of RGB (Red+Green+Blue) = 130+88+84=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #825854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825854 is #7DA7AB. Grayscale: #646464. Windows color (decimal): -8234924 or 5527682. OLE color: 5527682.

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

Color convert

RGB 130 88 84 -
CMYK 0 0.32 0.35 0.49
HSL 5.22º 0.21% 0.42% -
HSV(B) 5.22º 0.35% 0.51% -
XYZ 14.3 12.37 10.02 -
YUV 100.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 130 88 84 0 0.32 0.35 0.49 5.22 0.21 0.42
Hex 82 58 54 0 20 23 31 5 15 2A
Octal 202 130 124 0 40 43 61 5 25 52
Binary 10000010 1011000 1010100 0 100000 100011 110001 101 10101 101010

Color Harmonies of #825854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825854

Black with #825854

Text Example


Text Example

White with #825854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825854; }

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

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

background-color css

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

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

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

border-color css

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

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

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