Html Css Color HEX #713015 Peru Tan

📋 copy color: '#713015'

red 113 ◦ green 48 ◦ blue 21

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

Shades of Peru Tan #713015

Tints of Peru Tan #713015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.37%

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

R = 62.09%
G = 26.37%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#713015 (or 0x713015) is known color: Peru Tan. HEX triplet: 71, 30 and 15. RGB value is (113,48,21). Sum of RGB (Red+Green+Blue) = 113+48+21=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #713015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713015 is #8ECFEA. Grayscale: #404040. Windows color (decimal): -9359339 or 1388657. OLE color: 1388657.

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

Color convert

RGB 113 48 21 -
CMYK 0 0.58 0.81 0.56
HSL 17.61º 0.69% 0.26% -
HSV(B) 17.61º 0.81% 0.44% -
XYZ 8 5.68 1.38 -
YUV 64.36 103.53 162.7 -
System Red Green Blue C M Y K H S L
Decimal 113 48 21 0 0.58 0.81 0.56 17.61 0.69 0.26
Hex 71 30 15 0 3A 51 38 12 45 1A
Octal 161 60 25 0 72 121 70 22 105 32
Binary 1110001 110000 10101 0 111010 1010001 111000 10010 1000101 11010

Color Harmonies of #713015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713015

Black with #713015

Text Example


Text Example

White with #713015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713015; }

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

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

background-color css

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

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

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

border-color css

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

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

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