Html Css Color HEX #713111 Peru Tan

📋 copy color: '#713111'

red 113 ◦ green 49 ◦ blue 17

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

Shades of Peru Tan #713111

Tints of Peru Tan #713111

RGB

 RED value IS 113 (44.53% from 255) = 63.13%

 GREEN value IS 49 (19.53% from 255) = 27.37%

 BLUE value IS 17 (7.03% from 255) = 9.5%

R = 63.13%
G = 27.37%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#713111 (or 0x713111) is known color: Peru Tan. HEX triplet: 71, 31 and 11. RGB value is (113,49,17). Sum of RGB (Red+Green+Blue) = 113+49+17=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #713111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713111 is #8ECEEE. Grayscale: #404040. Windows color (decimal): -9359087 or 1126769. OLE color: 1126769.

HSL color Cylindrical-coordinate representation of color #713111: hue angle of 20º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #713111 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 17 -
CMYK 0 0.57 0.85 0.56
HSL 20º 0.74% 0.25% -
HSV(B) 20º 0.85% 0.44% -
XYZ 8.01 5.75 1.22 -
YUV 64.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 113 49 17 0 0.57 0.85 0.56 20 0.74 0.25
Hex 71 31 11 0 39 55 38 14 4A 19
Octal 161 61 21 0 71 125 70 24 112 31
Binary 1110001 110001 10001 0 111001 1010101 111000 10100 1001010 11001

Color Harmonies of #713111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713111

Black with #713111

Text Example


Text Example

White with #713111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713111; }

 p { color: rgb(113,49,17); }

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

background-color css

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

 a { background-color: rgb(113,49,17); }

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

border-color css

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

 span { border-color: rgb(113,49,17); }

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