Html Css Color HEX #713113 Peru Tan

📋 copy color: '#713113'

red 113 ◦ green 49 ◦ blue 19

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

Shades of Peru Tan #713113

Tints of Peru Tan #713113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.07%

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

R = 62.43%
G = 27.07%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#713113 (or 0x713113) is known color: Peru Tan. HEX triplet: 71, 31 and 13. RGB value is (113,49,19). Sum of RGB (Red+Green+Blue) = 113+49+19=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #713113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713113 is #8ECEEC. Grayscale: #404040. Windows color (decimal): -9359085 or 1257841. OLE color: 1257841.

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

Color convert

RGB 113 49 19 -
CMYK 0 0.57 0.83 0.56
HSL 19.15º 0.71% 0.26% -
HSV(B) 19.15º 0.83% 0.44% -
XYZ 8.03 5.75 1.3 -
YUV 64.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 113 49 19 0 0.57 0.83 0.56 19.15 0.71 0.26
Hex 71 31 13 0 39 53 38 13 47 1A
Octal 161 61 23 0 71 123 70 23 107 32
Binary 1110001 110001 10011 0 111001 1010011 111000 10011 1000111 11010

Color Harmonies of #713113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713113

Black with #713113

Text Example


Text Example

White with #713113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713113; }

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

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

background-color css

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

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

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

border-color css

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

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

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