Html Css Color HEX #825453 Lotus

📋 copy color: '#825453'

red 130 ◦ green 84 ◦ blue 83

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

Shades of Lotus #825453

Tints of Lotus #825453

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.28%

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

R = 43.77%
G = 28.28%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#825453 (or 0x825453) is known color: Lotus. HEX triplet: 82, 54 and 53. RGB value is (130,84,83). Sum of RGB (Red+Green+Blue) = 130+84+83=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #825453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825453 is #7DABAC. Grayscale: #616161. Windows color (decimal): -8235949 or 5461122. OLE color: 5461122.

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

Color convert

RGB 130 84 83 -
CMYK 0 0.35 0.36 0.49
HSL 1.28º 0.22% 0.42% -
HSV(B) 1.28º 0.36% 0.51% -
XYZ 13.94 11.71 9.71 -
YUV 97.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 130 84 83 0 0.35 0.36 0.49 1.28 0.22 0.42
Hex 82 54 53 0 23 24 31 1 16 2A
Octal 202 124 123 0 43 44 61 1 26 52
Binary 10000010 1010100 1010011 0 100011 100100 110001 1 10110 101010

Color Harmonies of #825453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825453

Black with #825453

Text Example


Text Example

White with #825453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825453; }

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

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

background-color css

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

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

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

border-color css

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

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

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