Html Css Color HEX #837271 Ferra

📋 copy color: '#837271'

red 131 ◦ green 114 ◦ blue 113

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

Shades of Ferra #837271

Tints of Ferra #837271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.84%

 BLUE value IS 113 (44.53% from 255) = 31.56%

R = 36.59%
G = 31.84%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#837271 (or 0x837271) is known color: Ferra. HEX triplet: 83, 72 and 71. RGB value is (131,114,113). Sum of RGB (Red+Green+Blue) = 131+114+113=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 131 - color contains mainly: red. Hex color #837271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837271 is #7C8D8E. Grayscale: #767676. Windows color (decimal): -8162703 or 7434883. OLE color: 7434883.

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

Color convert

RGB 131 114 113 -
CMYK 0 0.13 0.14 0.49
HSL 3.33º 0.07% 0.48% -
HSV(B) 3.33º 0.14% 0.51% -
XYZ 18.36 18.05 18.14 -
YUV 118.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 131 114 113 0 0.13 0.14 0.49 3.33 0.07 0.48
Hex 83 72 71 0 D E 31 3 7 30
Octal 203 162 161 0 15 16 61 3 7 60
Binary 10000011 1110010 1110001 0 1101 1110 110001 11 111 110000

Color Harmonies of #837271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837271

Black with #837271

Text Example


Text Example

White with #837271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837271; }

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

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

background-color css

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

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

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

border-color css

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

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

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