Html Css Color HEX #825652 Lotus

📋 copy color: '#825652'

red 130 ◦ green 86 ◦ blue 82

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

Shades of Lotus #825652

Tints of Lotus #825652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.52%

R = 43.62%
G = 28.86%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#825652 (or 0x825652) is known color: Lotus. HEX triplet: 82, 56 and 52. RGB value is (130,86,82). Sum of RGB (Red+Green+Blue) = 130+86+82=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #825652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825652 is #7DA9AD. Grayscale: #626262. Windows color (decimal): -8235438 or 5396098. OLE color: 5396098.

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

Color convert

RGB 130 86 82 -
CMYK 0 0.34 0.37 0.49
HSL 0.23% 0.42% -
HSV(B) 0.37% 0.51% -
XYZ 14.06 12.01 9.56 -
YUV 98.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 130 86 82 0 0.34 0.37 0.49 5 0.23 0.42
Hex 82 56 52 0 22 25 31 5 17 2A
Octal 202 126 122 0 42 45 61 5 27 52
Binary 10000010 1010110 1010010 0 100010 100101 110001 101 10111 101010

Color Harmonies of #825652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825652

Black with #825652

Text Example


Text Example

White with #825652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825652; }

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

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

background-color css

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

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

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

border-color css

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

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

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