Html Css Color HEX #713D1F Peru Tan

📋 copy color: '#713D1F'

red 113 ◦ green 61 ◦ blue 31

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

Shades of Peru Tan #713D1F

Tints of Peru Tan #713D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.12%

R = 55.12%
G = 29.76%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#713D1F (or 0x713D1F) is known color: Peru Tan. HEX triplet: 71, 3D and 1F. RGB value is (113,61,31). Sum of RGB (Red+Green+Blue) = 113+61+31=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #713D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D1F is #8EC2E0. Grayscale: #494949. Windows color (decimal): -9356001 or 2047345. OLE color: 2047345.

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

Color convert

RGB 113 61 31 -
CMYK 0 0.46 0.73 0.56
HSL 21.95º 0.57% 0.28% -
HSV(B) 21.95º 0.73% 0.44% -
XYZ 8.73 6.95 2.18 -
YUV 73.13 104.23 156.44 -
System Red Green Blue C M Y K H S L
Decimal 113 61 31 0 0.46 0.73 0.56 21.95 0.57 0.28
Hex 71 3D 1F 0 2E 49 38 16 39 1C
Octal 161 75 37 0 56 111 70 26 71 34
Binary 1110001 111101 11111 0 101110 1001001 111000 10110 111001 11100

Color Harmonies of #713D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D1F

Black with #713D1F

Text Example


Text Example

White with #713D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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