Html Css Color HEX #713C1C Peru Tan

📋 copy color: '#713C1C'

red 113 ◦ green 60 ◦ blue 28

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

Shades of Peru Tan #713C1C

Tints of Peru Tan #713C1C

RGB

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

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

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

R = 56.22%
G = 29.85%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#713C1C (or 0x713C1C) is known color: Peru Tan. HEX triplet: 71, 3C and 1C. RGB value is (113,60,28). Sum of RGB (Red+Green+Blue) = 113+60+28=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #713C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C1C is #8EC3E3. Grayscale: #484848. Windows color (decimal): -9356260 or 1850481. OLE color: 1850481.

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

Color convert

RGB 113 60 28 -
CMYK 0 0.47 0.75 0.56
HSL 22.59º 0.6% 0.28% -
HSV(B) 22.59º 0.75% 0.44% -
XYZ 8.64 6.83 1.96 -
YUV 72.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 113 60 28 0 0.47 0.75 0.56 22.59 0.6 0.28
Hex 71 3C 1C 0 2F 4B 38 17 3C 1C
Octal 161 74 34 0 57 113 70 27 74 34
Binary 1110001 111100 11100 0 101111 1001011 111000 10111 111100 11100

Color Harmonies of #713C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713C1C

Black with #713C1C

Text Example


Text Example

White with #713C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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