Html Css Color HEX #82716B Ferra

📋 copy color: '#82716B'

red 130 ◦ green 113 ◦ blue 107

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

Shades of Ferra #82716B

Tints of Ferra #82716B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.29%

 BLUE value IS 107 (42.19% from 255) = 30.57%

R = 37.14%
G = 32.29%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82716B (or 0x82716B) is known color: Ferra. HEX triplet: 82, 71 and 6B. RGB value is (130,113,107). Sum of RGB (Red+Green+Blue) = 130+113+107=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #82716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82716B is #7D8E94. Grayscale: #757575. Windows color (decimal): -8228501 or 7041410. OLE color: 7041410.

HSL color Cylindrical-coordinate representation of color #82716B: hue angle of 15.65º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82716B is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 113 107 -
CMYK 0 0.13 0.18 0.49
HSL 15.65º 0.1% 0.46% -
HSV(B) 15.65º 0.18% 0.51% -
XYZ 17.76 17.62 16.37 -
YUV 117.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 130 113 107 0 0.13 0.18 0.49 15.65 0.1 0.46
Hex 82 71 6B 0 D 12 31 10 A 2E
Octal 202 161 153 0 15 22 61 20 12 56
Binary 10000010 1110001 1101011 0 1101 10010 110001 10000 1010 101110

Color Harmonies of #82716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82716B

Black with #82716B

Text Example


Text Example

White with #82716B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82716B; }

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

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

background-color css

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

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

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

border-color css

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

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

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