Html Css Color HEX #713C1D Peru Tan

📋 copy color: '#713C1D'

red 113 ◦ green 60 ◦ blue 29

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

Shades of Peru Tan #713C1D

Tints of Peru Tan #713C1D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.7%

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

R = 55.94%
G = 29.7%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#713C1D (or 0x713C1D) is known color: Peru Tan. HEX triplet: 71, 3C and 1D. RGB value is (113,60,29). Sum of RGB (Red+Green+Blue) = 113+60+29=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #713C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C1D is #8EC3E2. Grayscale: #484848. Windows color (decimal): -9356259 or 1916017. OLE color: 1916017.

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

Color convert

RGB 113 60 29 -
CMYK 0 0.47 0.74 0.56
HSL 22.14º 0.59% 0.28% -
HSV(B) 22.14º 0.74% 0.44% -
XYZ 8.65 6.83 2.03 -
YUV 72.31 103.56 157.02 -
System Red Green Blue C M Y K H S L
Decimal 113 60 29 0 0.47 0.74 0.56 22.14 0.59 0.28
Hex 71 3C 1D 0 2F 4A 38 16 3B 1C
Octal 161 74 35 0 57 112 70 26 73 34
Binary 1110001 111100 11101 0 101111 1001010 111000 10110 111011 11100

Color Harmonies of #713C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713C1D

Black with #713C1D

Text Example


Text Example

White with #713C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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