Html Css Color HEX #825353 Lotus

📋 copy color: '#825353'

red 130 ◦ green 83 ◦ blue 83

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

Shades of Lotus #825353

Tints of Lotus #825353

RGB

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

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

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

R = 43.92%
G = 28.04%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#825353 (or 0x825353) is known color: Lotus. HEX triplet: 82, 53 and 53. RGB value is (130,83,83). Sum of RGB (Red+Green+Blue) = 130+83+83=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #825353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825353 is #7DACAC. Grayscale: #616161. Windows color (decimal): -8236205 or 5460866. OLE color: 5460866.

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

Color convert

RGB 130 83 83 -
CMYK 0 0.36 0.36 0.49
HSL 0.22% 0.42% -
HSV(B) 0.36% 0.51% -
XYZ 13.86 11.56 9.68 -
YUV 97.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 130 83 83 0 0.36 0.36 0.49 0 0.22 0.42
Hex 82 53 53 0 24 24 31 0 16 2A
Octal 202 123 123 0 44 44 61 0 26 52
Binary 10000010 1010011 1010011 0 100100 100100 110001 0 10110 101010

Color Harmonies of #825353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825353

Black with #825353

Text Example


Text Example

White with #825353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825353; }

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

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

background-color css

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

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

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

border-color css

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

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

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