Html Css Color HEX #713115 Peru Tan

📋 copy color: '#713115'

red 113 ◦ green 49 ◦ blue 21

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

Shades of Peru Tan #713115

Tints of Peru Tan #713115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.48%

R = 61.75%
G = 26.78%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#713115 (or 0x713115) is known color: Peru Tan. HEX triplet: 71, 31 and 15. RGB value is (113,49,21). Sum of RGB (Red+Green+Blue) = 113+49+21=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #713115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713115 is #8ECEEA. Grayscale: #414141. Windows color (decimal): -9359083 or 1388913. OLE color: 1388913.

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

Color convert

RGB 113 49 21 -
CMYK 0 0.57 0.81 0.56
HSL 18.26º 0.69% 0.26% -
HSV(B) 18.26º 0.81% 0.44% -
XYZ 8.04 5.76 1.4 -
YUV 64.94 103.2 162.28 -
System Red Green Blue C M Y K H S L
Decimal 113 49 21 0 0.57 0.81 0.56 18.26 0.69 0.26
Hex 71 31 15 0 39 51 38 12 45 1A
Octal 161 61 25 0 71 121 70 22 105 32
Binary 1110001 110001 10101 0 111001 1010001 111000 10010 1000101 11010

Color Harmonies of #713115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713115

Black with #713115

Text Example


Text Example

White with #713115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713115; }

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

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

background-color css

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

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

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

border-color css

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

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

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