Html Css Color HEX #713613 Peru Tan

📋 copy color: '#713613'

red 113 ◦ green 54 ◦ blue 19

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

Shades of Peru Tan #713613

Tints of Peru Tan #713613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.03%

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

R = 60.75%
G = 29.03%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#713613 (or 0x713613) is known color: Peru Tan. HEX triplet: 71, 36 and 13. RGB value is (113,54,19). Sum of RGB (Red+Green+Blue) = 113+54+19=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #713613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713613 is #8EC9EC. Grayscale: #434343. Windows color (decimal): -9357805 or 1259121. OLE color: 1259121.

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

Color convert

RGB 113 54 19 -
CMYK 0 0.52 0.83 0.56
HSL 22.34º 0.71% 0.26% -
HSV(B) 22.34º 0.83% 0.44% -
XYZ 8.25 6.2 1.38 -
YUV 67.65 100.55 160.35 -
System Red Green Blue C M Y K H S L
Decimal 113 54 19 0 0.52 0.83 0.56 22.34 0.71 0.26
Hex 71 36 13 0 34 53 38 16 47 1A
Octal 161 66 23 0 64 123 70 26 107 32
Binary 1110001 110110 10011 0 110100 1010011 111000 10110 1000111 11010

Color Harmonies of #713613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713613

Black with #713613

Text Example


Text Example

White with #713613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713613; }

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

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

background-color css

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

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

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

border-color css

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

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

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