Html Css Color HEX #713010 Peru Tan

📋 copy color: '#713010'

red 113 ◦ green 48 ◦ blue 16

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

Shades of Peru Tan #713010

Tints of Peru Tan #713010

RGB

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

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

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

R = 63.84%
G = 27.12%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#713010 (or 0x713010) is known color: Peru Tan. HEX triplet: 71, 30 and 10. RGB value is (113,48,16). Sum of RGB (Red+Green+Blue) = 113+48+16=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #713010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713010 is #8ECFEF. Grayscale: #3F3F3F. Windows color (decimal): -9359344 or 1060977. OLE color: 1060977.

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

Color convert

RGB 113 48 16 -
CMYK 0 0.58 0.86 0.56
HSL 19.79º 0.75% 0.25% -
HSV(B) 19.79º 0.86% 0.44% -
XYZ 7.96 5.66 1.16 -
YUV 63.79 101.03 163.1 -
System Red Green Blue C M Y K H S L
Decimal 113 48 16 0 0.58 0.86 0.56 19.79 0.75 0.25
Hex 71 30 10 0 3A 56 38 14 4B 19
Octal 161 60 20 0 72 126 70 24 113 31
Binary 1110001 110000 10000 0 111010 1010110 111000 10100 1001011 11001

Color Harmonies of #713010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713010

Black with #713010

Text Example


Text Example

White with #713010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713010; }

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

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

background-color css

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

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

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

border-color css

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

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

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