Html Css Color HEX #825953 Lotus

📋 copy color: '#825953'

red 130 ◦ green 89 ◦ blue 83

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

Shades of Lotus #825953

Tints of Lotus #825953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.47%

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

R = 43.05%
G = 29.47%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#825953 (or 0x825953) is known color: Lotus. HEX triplet: 82, 59 and 53. RGB value is (130,89,83). Sum of RGB (Red+Green+Blue) = 130+89+83=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #825953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825953 is #7DA6AC. Grayscale: #646464. Windows color (decimal): -8234669 or 5462402. OLE color: 5462402.

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

Color convert

RGB 130 89 83 -
CMYK 0 0.32 0.36 0.49
HSL 7.66º 0.22% 0.42% -
HSV(B) 7.66º 0.36% 0.51% -
XYZ 14.34 12.52 9.84 -
YUV 100.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 130 89 83 0 0.32 0.36 0.49 7.66 0.22 0.42
Hex 82 59 53 0 20 24 31 8 16 2A
Octal 202 131 123 0 40 44 61 10 26 52
Binary 10000010 1011001 1010011 0 100000 100100 110001 1000 10110 101010

Color Harmonies of #825953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825953

Black with #825953

Text Example


Text Example

White with #825953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825953; }

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

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

background-color css

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

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

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

border-color css

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

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

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