Html Css Color HEX #713E22 Peru Tan

📋 copy color: '#713E22'

red 113 ◦ green 62 ◦ blue 34

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

Shades of Peru Tan #713E22

Tints of Peru Tan #713E22

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.67%

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

R = 54.07%
G = 29.67%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#713E22 (or 0x713E22) is known color: Peru Tan. HEX triplet: 71, 3E and 22. RGB value is (113,62,34). Sum of RGB (Red+Green+Blue) = 113+62+34=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #713E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E22 is #8EC1DD. Grayscale: #4A4A4A. Windows color (decimal): -9355742 or 2244209. OLE color: 2244209.

HSL color Cylindrical-coordinate representation of color #713E22: hue angle of 21.27º 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 #713E22 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 62 34 -
CMYK 0 0.45 0.70 0.56
HSL 21.27º 0.54% 0.29% -
HSV(B) 21.27º 0.7% 0.44% -
XYZ 8.82 7.07 2.41 -
YUV 74.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 113 62 34 0 0.45 0.70 0.56 21.27 0.54 0.29
Hex 71 3E 22 0 2D 46 38 15 36 1D
Octal 161 76 42 0 55 106 70 25 66 35
Binary 1110001 111110 100010 0 101101 1000110 111000 10101 110110 11101

Color Harmonies of #713E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713E22

Black with #713E22

Text Example


Text Example

White with #713E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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