Html Css Color HEX #713510 Peru Tan

📋 copy color: '#713510'

red 113 ◦ green 53 ◦ blue 16

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

Shades of Peru Tan #713510

Tints of Peru Tan #713510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.79%

R = 62.09%
G = 29.12%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#713510 (or 0x713510) is known color: Peru Tan. HEX triplet: 71, 35 and 10. RGB value is (113,53,16). Sum of RGB (Red+Green+Blue) = 113+53+16=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #713510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713510 is #8ECAEF. Grayscale: #424242. Windows color (decimal): -9358064 or 1062257. OLE color: 1062257.

HSL color Cylindrical-coordinate representation of color #713510: hue angle of 22.89º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #713510 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 53 16 -
CMYK 0 0.53 0.86 0.56
HSL 22.89º 0.75% 0.25% -
HSV(B) 22.89º 0.86% 0.44% -
XYZ 8.18 6.09 1.24 -
YUV 66.72 99.38 161.01 -
System Red Green Blue C M Y K H S L
Decimal 113 53 16 0 0.53 0.86 0.56 22.89 0.75 0.25
Hex 71 35 10 0 35 56 38 17 4B 19
Octal 161 65 20 0 65 126 70 27 113 31
Binary 1110001 110101 10000 0 110101 1010110 111000 10111 1001011 11001

Color Harmonies of #713510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713510

Black with #713510

Text Example


Text Example

White with #713510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713510; }

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

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

background-color css

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

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

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

border-color css

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

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

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