Html Css Color HEX #713013 Peru Tan

📋 copy color: '#713013'

red 113 ◦ green 48 ◦ blue 19

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

Shades of Peru Tan #713013

Tints of Peru Tan #713013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.56%

R = 62.78%
G = 26.67%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#713013 (or 0x713013) is known color: Peru Tan. HEX triplet: 71, 30 and 13. RGB value is (113,48,19). Sum of RGB (Red+Green+Blue) = 113+48+19=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #713013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713013 is #8ECFEC. Grayscale: #404040. Windows color (decimal): -9359341 or 1257585. OLE color: 1257585.

HSL color Cylindrical-coordinate representation of color #713013: hue angle of 18.51º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #713013 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 19 -
CMYK 0 0.58 0.83 0.56
HSL 18.51º 0.71% 0.26% -
HSV(B) 18.51º 0.83% 0.44% -
XYZ 7.98 5.67 1.29 -
YUV 64.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 113 48 19 0 0.58 0.83 0.56 18.51 0.71 0.26
Hex 71 30 13 0 3A 53 38 13 47 1A
Octal 161 60 23 0 72 123 70 23 107 32
Binary 1110001 110000 10011 0 111010 1010011 111000 10011 1000111 11010

Color Harmonies of #713013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713013

Black with #713013

Text Example


Text Example

White with #713013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713013; }

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

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

background-color css

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

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

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

border-color css

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

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

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