Html Css Color HEX #825856 Lotus

📋 copy color: '#825856'

red 130 ◦ green 88 ◦ blue 86

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

Shades of Lotus #825856

Tints of Lotus #825856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.29%

R = 42.76%
G = 28.95%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#825856 (or 0x825856) is known color: Lotus. HEX triplet: 82, 58 and 56. RGB value is (130,88,86). Sum of RGB (Red+Green+Blue) = 130+88+86=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #825856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825856 is #7DA7A9. Grayscale: #646464. Windows color (decimal): -8234922 or 5658754. OLE color: 5658754.

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

Color convert

RGB 130 88 86 -
CMYK 0 0.32 0.34 0.49
HSL 2.73º 0.2% 0.42% -
HSV(B) 2.73º 0.34% 0.51% -
XYZ 14.38 12.4 10.44 -
YUV 100.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 130 88 86 0 0.32 0.34 0.49 2.73 0.2 0.42
Hex 82 58 56 0 20 22 31 3 14 2A
Octal 202 130 126 0 40 42 61 3 24 52
Binary 10000010 1011000 1010110 0 100000 100010 110001 11 10100 101010

Color Harmonies of #825856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825856

Black with #825856

Text Example


Text Example

White with #825856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825856; }

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

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

background-color css

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

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

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

border-color css

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

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

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