Html Css Color HEX #835251 Lotus

📋 copy color: '#835251'

red 131 ◦ green 82 ◦ blue 81

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

Shades of Lotus #835251

Tints of Lotus #835251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.89%

 BLUE value IS 81 (32.03% from 255) = 27.55%

R = 44.56%
G = 27.89%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#835251 (or 0x835251) is known color: Lotus. HEX triplet: 83, 52 and 51. RGB value is (131,82,81). Sum of RGB (Red+Green+Blue) = 131+82+81=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #835251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835251 is #7CADAE. Grayscale: #606060. Windows color (decimal): -8170927 or 5329539. OLE color: 5329539.

HSL color Cylindrical-coordinate representation of color #835251: hue angle of 1.2º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #835251 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 82 81 -
CMYK 0 0.37 0.38 0.49
HSL 1.2º 0.24% 0.42% -
HSV(B) 1.2º 0.38% 0.51% -
XYZ 13.86 11.45 9.26 -
YUV 96.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 131 82 81 0 0.37 0.38 0.49 1.2 0.24 0.42
Hex 83 52 51 0 25 26 31 1 18 2A
Octal 203 122 121 0 45 46 61 1 30 52
Binary 10000011 1010010 1010001 0 100101 100110 110001 1 11000 101010

Color Harmonies of #835251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835251

Black with #835251

Text Example


Text Example

White with #835251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835251; }

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

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

background-color css

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

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

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

border-color css

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

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

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