Html Css Color HEX #817371 Ferra

📋 copy color: '#817371'

red 129 ◦ green 115 ◦ blue 113

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

Shades of Ferra #817371

Tints of Ferra #817371

RGB

 RED value IS 129 (50.78% from 255) = 36.13%

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

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

R = 36.13%
G = 32.21%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#817371 (or 0x817371) is known color: Ferra. HEX triplet: 81, 73 and 71. RGB value is (129,115,113). Sum of RGB (Red+Green+Blue) = 129+115+113=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 129 - color contains mainly: red. Hex color #817371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817371 is #7E8C8E. Grayscale: #767676. Windows color (decimal): -8293519 or 7435137. OLE color: 7435137.

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

Color convert

RGB 129 115 113 -
CMYK 0 0.11 0.12 0.49
HSL 7.5º 0.07% 0.47% -
HSV(B) 7.5º 0.12% 0.51% -
XYZ 18.16 18.12 18.16 -
YUV 118.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 129 115 113 0 0.11 0.12 0.49 7.5 0.07 0.47
Hex 81 73 71 0 B C 31 8 7 2F
Octal 201 163 161 0 13 14 61 10 7 57
Binary 10000001 1110011 1110001 0 1011 1100 110001 1000 111 101111

Color Harmonies of #817371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817371

Black with #817371

Text Example


Text Example

White with #817371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817371; }

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

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

background-color css

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

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

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

border-color css

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

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

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