Html Css Color HEX #713515 Peru Tan

📋 copy color: '#713515'

red 113 ◦ green 53 ◦ blue 21

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

Shades of Peru Tan #713515

Tints of Peru Tan #713515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.34%

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

R = 60.43%
G = 28.34%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#713515 (or 0x713515) is known color: Peru Tan. HEX triplet: 71, 35 and 15. RGB value is (113,53,21). Sum of RGB (Red+Green+Blue) = 113+53+21=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #713515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713515 is #8ECAEA. Grayscale: #434343. Windows color (decimal): -9358059 or 1389937. OLE color: 1389937.

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

Color convert

RGB 113 53 21 -
CMYK 0 0.53 0.81 0.56
HSL 20.87º 0.69% 0.26% -
HSV(B) 20.87º 0.81% 0.44% -
XYZ 8.22 6.11 1.46 -
YUV 67.29 101.88 160.6 -
System Red Green Blue C M Y K H S L
Decimal 113 53 21 0 0.53 0.81 0.56 20.87 0.69 0.26
Hex 71 35 15 0 35 51 38 15 45 1A
Octal 161 65 25 0 65 121 70 25 105 32
Binary 1110001 110101 10101 0 110101 1010001 111000 10101 1000101 11010

Color Harmonies of #713515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713515

Black with #713515

Text Example


Text Example

White with #713515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713515; }

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

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

background-color css

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

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

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

border-color css

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

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

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