Html Css Color HEX #713D1D Peru Tan

📋 copy color: '#713D1D'

red 113 ◦ green 61 ◦ blue 29

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

Shades of Peru Tan #713D1D

Tints of Peru Tan #713D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.29%

R = 55.67%
G = 30.05%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#713D1D (or 0x713D1D) is known color: Peru Tan. HEX triplet: 71, 3D and 1D. RGB value is (113,61,29). Sum of RGB (Red+Green+Blue) = 113+61+29=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #713D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D1D is #8EC2E2. Grayscale: #494949. Windows color (decimal): -9356003 or 1916273. OLE color: 1916273.

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

Color convert

RGB 113 61 29 -
CMYK 0 0.46 0.74 0.56
HSL 22.86º 0.59% 0.28% -
HSV(B) 22.86º 0.74% 0.44% -
XYZ 8.7 6.94 2.04 -
YUV 72.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 113 61 29 0 0.46 0.74 0.56 22.86 0.59 0.28
Hex 71 3D 1D 0 2E 4A 38 17 3B 1C
Octal 161 75 35 0 56 112 70 27 73 34
Binary 1110001 111101 11101 0 101110 1001010 111000 10111 111011 11100

Color Harmonies of #713D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D1D

Black with #713D1D

Text Example


Text Example

White with #713D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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