Html Css Color HEX #713311 Peru Tan

📋 copy color: '#713311'

red 113 ◦ green 51 ◦ blue 17

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

Shades of Peru Tan #713311

Tints of Peru Tan #713311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.18%

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

R = 62.43%
G = 28.18%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#713311 (or 0x713311) is known color: Peru Tan. HEX triplet: 71, 33 and 11. RGB value is (113,51,17). Sum of RGB (Red+Green+Blue) = 113+51+17=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #713311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713311 is #8ECCEE. Grayscale: #414141. Windows color (decimal): -9358575 or 1127281. OLE color: 1127281.

HSL color Cylindrical-coordinate representation of color #713311: hue angle of 21.25º 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 #713311 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 51 17 -
CMYK 0 0.55 0.85 0.56
HSL 21.25º 0.74% 0.25% -
HSV(B) 21.25º 0.85% 0.44% -
XYZ 8.1 5.92 1.25 -
YUV 65.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 113 51 17 0 0.55 0.85 0.56 21.25 0.74 0.25
Hex 71 33 11 0 37 55 38 15 4A 19
Octal 161 63 21 0 67 125 70 25 112 31
Binary 1110001 110011 10001 0 110111 1010101 111000 10101 1001010 11001

Color Harmonies of #713311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713311

Black with #713311

Text Example


Text Example

White with #713311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713311; }

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

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

background-color css

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

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

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

border-color css

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

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

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