Html Css Color HEX #825852 Lotus

📋 copy color: '#825852'

red 130 ◦ green 88 ◦ blue 82

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

Shades of Lotus #825852

Tints of Lotus #825852

RGB

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

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

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

R = 43.33%
G = 29.33%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#825852 (or 0x825852) is known color: Lotus. HEX triplet: 82, 58 and 52. RGB value is (130,88,82). Sum of RGB (Red+Green+Blue) = 130+88+82=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #825852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825852 is #7DA7AD. Grayscale: #636363. Windows color (decimal): -8234926 or 5396610. OLE color: 5396610.

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

Color convert

RGB 130 88 82 -
CMYK 0 0.32 0.37 0.49
HSL 7.5º 0.23% 0.42% -
HSV(B) 7.5º 0.37% 0.51% -
XYZ 14.22 12.33 9.61 -
YUV 99.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 130 88 82 0 0.32 0.37 0.49 7.5 0.23 0.42
Hex 82 58 52 0 20 25 31 8 17 2A
Octal 202 130 122 0 40 45 61 10 27 52
Binary 10000010 1011000 1010010 0 100000 100101 110001 1000 10111 101010

Color Harmonies of #825852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825852

Black with #825852

Text Example


Text Example

White with #825852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825852; }

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

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

background-color css

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

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

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

border-color css

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

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

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