Html Css Color HEX #713413 Peru Tan

📋 copy color: '#713413'

red 113 ◦ green 52 ◦ blue 19

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

Shades of Peru Tan #713413

Tints of Peru Tan #713413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.26%

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

R = 61.41%
G = 28.26%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#713413 (or 0x713413) is known color: Peru Tan. HEX triplet: 71, 34 and 13. RGB value is (113,52,19). Sum of RGB (Red+Green+Blue) = 113+52+19=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #713413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713413 is #8ECBEC. Grayscale: #424242. Windows color (decimal): -9358317 or 1258609. OLE color: 1258609.

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

Color convert

RGB 113 52 19 -
CMYK 0 0.54 0.83 0.56
HSL 21.06º 0.71% 0.26% -
HSV(B) 21.06º 0.83% 0.44% -
XYZ 8.16 6.01 1.35 -
YUV 66.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 113 52 19 0 0.54 0.83 0.56 21.06 0.71 0.26
Hex 71 34 13 0 36 53 38 15 47 1A
Octal 161 64 23 0 66 123 70 25 107 32
Binary 1110001 110100 10011 0 110110 1010011 111000 10101 1000111 11010

Color Harmonies of #713413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713413

Black with #713413

Text Example


Text Example

White with #713413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713413; }

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

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

background-color css

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

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

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

border-color css

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

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

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