Html Css Color HEX #713D22 Peru Tan

📋 copy color: '#713D22'

red 113 ◦ green 61 ◦ blue 34

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

Shades of Peru Tan #713D22

Tints of Peru Tan #713D22

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.33%

 BLUE value IS 34 (13.67% from 255) = 16.35%

R = 54.33%
G = 29.33%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#713D22 (or 0x713D22) is known color: Peru Tan. HEX triplet: 71, 3D and 22. RGB value is (113,61,34). Sum of RGB (Red+Green+Blue) = 113+61+34=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #713D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D22 is #8EC2DD. Grayscale: #494949. Windows color (decimal): -9355998 or 2243953. OLE color: 2243953.

HSL color Cylindrical-coordinate representation of color #713D22: hue angle of 20.51º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #713D22 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 61 34 -
CMYK 0 0.46 0.70 0.56
HSL 20.51º 0.54% 0.29% -
HSV(B) 20.51º 0.7% 0.44% -
XYZ 8.77 6.96 2.4 -
YUV 73.47 105.73 156.2 -
System Red Green Blue C M Y K H S L
Decimal 113 61 34 0 0.46 0.70 0.56 20.51 0.54 0.29
Hex 71 3D 22 0 2E 46 38 15 36 1D
Octal 161 75 42 0 56 106 70 25 66 35
Binary 1110001 111101 100010 0 101110 1000110 111000 10101 110110 11101

Color Harmonies of #713D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D22

Black with #713D22

Text Example


Text Example

White with #713D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,61,34); }

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

background-color css

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

 a { background-color: rgb(113,61,34); }

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

border-color css

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

 span { border-color: rgb(113,61,34); }

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