Html Css Color HEX #713713 Peru Tan

📋 copy color: '#713713'

red 113 ◦ green 55 ◦ blue 19

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

Shades of Peru Tan #713713

Tints of Peru Tan #713713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.41%

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

R = 60.43%
G = 29.41%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#713713 (or 0x713713) is known color: Peru Tan. HEX triplet: 71, 37 and 13. RGB value is (113,55,19). Sum of RGB (Red+Green+Blue) = 113+55+19=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #713713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713713 is #8EC8EC. Grayscale: #444444. Windows color (decimal): -9357549 or 1259377. OLE color: 1259377.

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

Color convert

RGB 113 55 19 -
CMYK 0 0.51 0.83 0.56
HSL 22.98º 0.71% 0.26% -
HSV(B) 22.98º 0.83% 0.44% -
XYZ 8.29 6.29 1.39 -
YUV 68.24 100.22 159.93 -
System Red Green Blue C M Y K H S L
Decimal 113 55 19 0 0.51 0.83 0.56 22.98 0.71 0.26
Hex 71 37 13 0 33 53 38 17 47 1A
Octal 161 67 23 0 63 123 70 27 107 32
Binary 1110001 110111 10011 0 110011 1010011 111000 10111 1000111 11010

Color Harmonies of #713713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713713

Black with #713713

Text Example


Text Example

White with #713713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713713; }

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

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

background-color css

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

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

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

border-color css

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

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

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