Html Css Color HEX #713E1C Peru Tan

📋 copy color: '#713E1C'

red 113 ◦ green 62 ◦ blue 28

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

Shades of Peru Tan #713E1C

Tints of Peru Tan #713E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.79%

R = 55.67%
G = 30.54%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#713E1C (or 0x713E1C) is known color: Peru Tan. HEX triplet: 71, 3E and 1C. RGB value is (113,62,28). Sum of RGB (Red+Green+Blue) = 113+62+28=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #713E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E1C is #8EC1E3. Grayscale: #494949. Windows color (decimal): -9355748 or 1850993. OLE color: 1850993.

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

Color convert

RGB 113 62 28 -
CMYK 0 0.45 0.75 0.56
HSL 24º 0.6% 0.28% -
HSV(B) 24º 0.75% 0.44% -
XYZ 8.74 7.04 2 -
YUV 73.37 102.4 156.26 -
System Red Green Blue C M Y K H S L
Decimal 113 62 28 0 0.45 0.75 0.56 24 0.6 0.28
Hex 71 3E 1C 0 2D 4B 38 18 3C 1C
Octal 161 76 34 0 55 113 70 30 74 34
Binary 1110001 111110 11100 0 101101 1001011 111000 11000 111100 11100

Color Harmonies of #713E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713E1C

Black with #713E1C

Text Example


Text Example

White with #713E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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