Html Css Color HEX #827371 Ferra

📋 copy color: '#827371'

red 130 ◦ green 115 ◦ blue 113

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

Shades of Ferra #827371

Tints of Ferra #827371

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.12%

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

R = 36.31%
G = 32.12%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#827371 (or 0x827371) is known color: Ferra. HEX triplet: 82, 73 and 71. RGB value is (130,115,113). Sum of RGB (Red+Green+Blue) = 130+115+113=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 130 - color contains mainly: red. Hex color #827371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827371 is #7D8C8E. Grayscale: #777777. Windows color (decimal): -8227983 or 7435138. OLE color: 7435138.

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

Color convert

RGB 130 115 113 -
CMYK 0 0.12 0.13 0.49
HSL 7.06º 0.07% 0.48% -
HSV(B) 7.06º 0.13% 0.51% -
XYZ 18.32 18.2 18.17 -
YUV 119.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 130 115 113 0 0.12 0.13 0.49 7.06 0.07 0.48
Hex 82 73 71 0 C D 31 7 7 30
Octal 202 163 161 0 14 15 61 7 7 60
Binary 10000010 1110011 1110001 0 1100 1101 110001 111 111 110000

Color Harmonies of #827371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827371

Black with #827371

Text Example


Text Example

White with #827371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827371; }

 p { color: rgb(130,115,113); }

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

background-color css

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

 a { background-color: rgb(130,115,113); }

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

border-color css

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

 span { border-color: rgb(130,115,113); }

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