Html Css Color HEX #825653 Lotus

📋 copy color: '#825653'

red 130 ◦ green 86 ◦ blue 83

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

Shades of Lotus #825653

Tints of Lotus #825653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.76%

R = 43.48%
G = 28.76%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#825653 (or 0x825653) is known color: Lotus. HEX triplet: 82, 56 and 53. RGB value is (130,86,83). Sum of RGB (Red+Green+Blue) = 130+86+83=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #825653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825653 is #7DA9AC. Grayscale: #626262. Windows color (decimal): -8235437 or 5461634. OLE color: 5461634.

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

Color convert

RGB 130 86 83 -
CMYK 0 0.34 0.36 0.49
HSL 3.83º 0.22% 0.42% -
HSV(B) 3.83º 0.36% 0.51% -
XYZ 14.1 12.03 9.76 -
YUV 98.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 130 86 83 0 0.34 0.36 0.49 3.83 0.22 0.42
Hex 82 56 53 0 22 24 31 4 16 2A
Octal 202 126 123 0 42 44 61 4 26 52
Binary 10000010 1010110 1010011 0 100010 100100 110001 100 10110 101010

Color Harmonies of #825653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825653

Black with #825653

Text Example


Text Example

White with #825653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825653; }

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

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

background-color css

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

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

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

border-color css

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

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

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