Html Css Color HEX #713215 Peru Tan

📋 copy color: '#713215'

red 113 ◦ green 50 ◦ blue 21

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

Shades of Peru Tan #713215

Tints of Peru Tan #713215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.17%

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

R = 61.41%
G = 27.17%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#713215 (or 0x713215) is known color: Peru Tan. HEX triplet: 71, 32 and 15. RGB value is (113,50,21). Sum of RGB (Red+Green+Blue) = 113+50+21=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #713215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713215 is #8ECDEA. Grayscale: #414141. Windows color (decimal): -9358827 or 1389169. OLE color: 1389169.

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

Color convert

RGB 113 50 21 -
CMYK 0 0.56 0.81 0.56
HSL 18.91º 0.69% 0.26% -
HSV(B) 18.91º 0.81% 0.44% -
XYZ 8.09 5.85 1.41 -
YUV 65.53 102.87 161.86 -
System Red Green Blue C M Y K H S L
Decimal 113 50 21 0 0.56 0.81 0.56 18.91 0.69 0.26
Hex 71 32 15 0 38 51 38 13 45 1A
Octal 161 62 25 0 70 121 70 23 105 32
Binary 1110001 110010 10101 0 111000 1010001 111000 10011 1000101 11010

Color Harmonies of #713215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713215

Black with #713215

Text Example


Text Example

White with #713215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713215; }

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

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

background-color css

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

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

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

border-color css

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

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

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