Html Css Color HEX #835452 Lotus

📋 copy color: '#835452'

red 131 ◦ green 84 ◦ blue 82

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

Shades of Lotus #835452

Tints of Lotus #835452

RGB

 RED value IS 131 (51.56% from 255) = 44.11%

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

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

R = 44.11%
G = 28.28%
B = 27.61%

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

#835452 (or 0x835452) is known color: Lotus. HEX triplet: 83, 54 and 52. RGB value is (131,84,82). Sum of RGB (Red+Green+Blue) = 131+84+82=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #835452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835452 is #7CABAD. Grayscale: #616161. Windows color (decimal): -8170414 or 5395587. OLE color: 5395587.

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

Color convert

RGB 131 84 82 -
CMYK 0 0.36 0.37 0.49
HSL 2.45º 0.23% 0.42% -
HSV(B) 2.45º 0.37% 0.51% -
XYZ 14.05 11.78 9.51 -
YUV 97.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 131 84 82 0 0.36 0.37 0.49 2.45 0.23 0.42
Hex 83 54 52 0 24 25 31 2 17 2A
Octal 203 124 122 0 44 45 61 2 27 52
Binary 10000011 1010100 1010010 0 100100 100101 110001 10 10111 101010

Color Harmonies of #835452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835452

Black with #835452

Text Example


Text Example

White with #835452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835452; }

 p { color: rgb(131,84,82); }

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

background-color css

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

 a { background-color: rgb(131,84,82); }

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

border-color css

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

 span { border-color: rgb(131,84,82); }

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