Html Css Color HEX #713B20 Peru Tan

📋 copy color: '#713B20'

red 113 ◦ green 59 ◦ blue 32

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

Shades of Peru Tan #713B20

Tints of Peru Tan #713B20

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.92%

 BLUE value IS 32 (12.89% from 255) = 15.69%

R = 55.39%
G = 28.92%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#713B20 (or 0x713B20) is known color: Peru Tan. HEX triplet: 71, 3B and 20. RGB value is (113,59,32). Sum of RGB (Red+Green+Blue) = 113+59+32=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #713B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B20 is #8EC4DF. Grayscale: #484848. Windows color (decimal): -9356512 or 2112369. OLE color: 2112369.

HSL color Cylindrical-coordinate representation of color #713B20: hue angle of 20º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #713B20 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 59 32 -
CMYK 0 0.48 0.72 0.56
HSL 20º 0.56% 0.28% -
HSV(B) 20º 0.72% 0.44% -
XYZ 8.63 6.74 2.21 -
YUV 72.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 113 59 32 0 0.48 0.72 0.56 20 0.56 0.28
Hex 71 3B 20 0 30 48 38 14 38 1C
Octal 161 73 40 0 60 110 70 24 70 34
Binary 1110001 111011 100000 0 110000 1001000 111000 10100 111000 11100

Color Harmonies of #713B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B20

Black with #713B20

Text Example


Text Example

White with #713B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713B20; }

 p { color: rgb(113,59,32); }

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

background-color css

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

 a { background-color: rgb(113,59,32); }

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

border-color css

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

 span { border-color: rgb(113,59,32); }

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