Html Css Color HEX #825352 Lotus

📋 copy color: '#825352'

red 130 ◦ green 83 ◦ blue 82

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

Shades of Lotus #825352

Tints of Lotus #825352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.14%

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

R = 44.07%
G = 28.14%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#825352 (or 0x825352) is known color: Lotus. HEX triplet: 82, 53 and 52. RGB value is (130,83,82). Sum of RGB (Red+Green+Blue) = 130+83+82=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #825352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825352 is #7DACAD. Grayscale: #606060. Windows color (decimal): -8236206 or 5395330. OLE color: 5395330.

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

Color convert

RGB 130 83 82 -
CMYK 0 0.36 0.37 0.49
HSL 1.25º 0.23% 0.42% -
HSV(B) 1.25º 0.37% 0.51% -
XYZ 13.82 11.54 9.48 -
YUV 96.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 130 83 82 0 0.36 0.37 0.49 1.25 0.23 0.42
Hex 82 53 52 0 24 25 31 1 17 2A
Octal 202 123 122 0 44 45 61 1 27 52
Binary 10000010 1010011 1010010 0 100100 100101 110001 1 10111 101010

Color Harmonies of #825352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825352

Black with #825352

Text Example


Text Example

White with #825352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825352; }

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

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

background-color css

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

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

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

border-color css

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

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

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