Html Css Color HEX #83716B Ferra

📋 copy color: '#83716B'

red 131 ◦ green 113 ◦ blue 107

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

Shades of Ferra #83716B

Tints of Ferra #83716B

RGB

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

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

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

R = 37.32%
G = 32.19%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83716B (or 0x83716B) is known color: Ferra. HEX triplet: 83, 71 and 6B. RGB value is (131,113,107). Sum of RGB (Red+Green+Blue) = 131+113+107=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 131 - color contains mainly: red. Hex color #83716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83716B is #7C8E94. Grayscale: #757575. Windows color (decimal): -8162965 or 7041411. OLE color: 7041411.

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

Color convert

RGB 131 113 107 -
CMYK 0 0.14 0.18 0.49
HSL 15º 0.1% 0.47% -
HSV(B) 15º 0.18% 0.51% -
XYZ 17.92 17.7 16.38 -
YUV 117.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 131 113 107 0 0.14 0.18 0.49 15 0.1 0.47
Hex 83 71 6B 0 E 12 31 F A 2F
Octal 203 161 153 0 16 22 61 17 12 57
Binary 10000011 1110001 1101011 0 1110 10010 110001 1111 1010 101111

Color Harmonies of #83716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83716B

Black with #83716B

Text Example


Text Example

White with #83716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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