Html Css Color HEX #836272 Mauve Taupe

📋 copy color: '#836272'

red 131 ◦ green 98 ◦ blue 114

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

Shades of Mauve Taupe #836272

Tints of Mauve Taupe #836272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.57%

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 38.19%
G = 28.57%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#836272 (or 0x836272) is known color: Mauve Taupe. HEX triplet: 83, 62 and 72. RGB value is (131,98,114). Sum of RGB (Red+Green+Blue) = 131+98+114=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #836272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836272 is #7C9D8D. Grayscale: #6D6D6D. Windows color (decimal): -8166798 or 7496323. OLE color: 7496323.

HSL color Cylindrical-coordinate representation of color #836272: hue angle of 330.91º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #836272 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 98 114 -
CMYK 0 0.25 0.13 0.49
HSL 330.91º 0.14% 0.45% -
HSV(B) 330.91º 0.25% 0.51% -
XYZ 16.77 14.78 17.89 -
YUV 109.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 131 98 114 0 0.25 0.13 0.49 330.91 0.14 0.45
Hex 83 62 72 0 19 D 31 14B E 2D
Octal 203 142 162 0 31 15 61 513 16 55
Binary 10000011 1100010 1110010 0 11001 1101 110001 101001011 1110 101101

Color Harmonies of #836272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836272

Black with #836272

Text Example


Text Example

White with #836272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836272; }

 p { color: rgb(131,98,114); }

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

background-color css

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

 a { background-color: rgb(131,98,114); }

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

border-color css

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

 span { border-color: rgb(131,98,114); }

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