Html Css Color HEX #83706B Ferra

📋 copy color: '#83706B'

red 131 ◦ green 112 ◦ blue 107

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

Shades of Ferra #83706B

Tints of Ferra #83706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32%

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

R = 37.43%
G = 32%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83706B (or 0x83706B) is known color: Ferra. HEX triplet: 83, 70 and 6B. RGB value is (131,112,107). Sum of RGB (Red+Green+Blue) = 131+112+107=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 131 - color contains mainly: red. Hex color #83706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83706B is #7C8F94. Grayscale: #757575. Windows color (decimal): -8163221 or 7041155. OLE color: 7041155.

HSL color Cylindrical-coordinate representation of color #83706B: hue angle of 12.5º 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 #83706B is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 112 107 -
CMYK 0 0.15 0.18 0.49
HSL 12.5º 0.1% 0.47% -
HSV(B) 12.5º 0.18% 0.51% -
XYZ 17.81 17.48 16.34 -
YUV 117.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 131 112 107 0 0.15 0.18 0.49 12.5 0.1 0.47
Hex 83 70 6B 0 F 12 31 C A 2F
Octal 203 160 153 0 17 22 61 14 12 57
Binary 10000011 1110000 1101011 0 1111 10010 110001 1100 1010 101111

Color Harmonies of #83706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83706B

Black with #83706B

Text Example


Text Example

White with #83706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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