Html Css Color HEX #825952 Lotus

📋 copy color: '#825952'

red 130 ◦ green 89 ◦ blue 82

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

Shades of Lotus #825952

Tints of Lotus #825952

RGB

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

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

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

R = 43.19%
G = 29.57%
B = 27.24%

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

#825952 (or 0x825952) is known color: Lotus. HEX triplet: 82, 59 and 52. RGB value is (130,89,82). Sum of RGB (Red+Green+Blue) = 130+89+82=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #825952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825952 is #7DA6AD. Grayscale: #646464. Windows color (decimal): -8234670 or 5396866. OLE color: 5396866.

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

Color convert

RGB 130 89 82 -
CMYK 0 0.32 0.37 0.49
HSL 8.75º 0.23% 0.42% -
HSV(B) 8.75º 0.37% 0.51% -
XYZ 14.3 12.5 9.64 -
YUV 100.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 130 89 82 0 0.32 0.37 0.49 8.75 0.23 0.42
Hex 82 59 52 0 20 25 31 9 17 2A
Octal 202 131 122 0 40 45 61 11 27 52
Binary 10000010 1011001 1010010 0 100000 100101 110001 1001 10111 101010

Color Harmonies of #825952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825952

Black with #825952

Text Example


Text Example

White with #825952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825952; }

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

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

background-color css

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

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

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

border-color css

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

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

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