Html Css Color HEX #713A1C Peru Tan

📋 copy color: '#713A1C'

red 113 ◦ green 58 ◦ blue 28

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

Shades of Peru Tan #713A1C

Tints of Peru Tan #713A1C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.15%

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

R = 56.78%
G = 29.15%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#713A1C (or 0x713A1C) is known color: Peru Tan. HEX triplet: 71, 3A and 1C. RGB value is (113,58,28). Sum of RGB (Red+Green+Blue) = 113+58+28=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #713A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A1C is #8EC5E3. Grayscale: #474747. Windows color (decimal): -9356772 or 1849969. OLE color: 1849969.

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

Color convert

RGB 113 58 28 -
CMYK 0 0.49 0.75 0.56
HSL 21.18º 0.6% 0.28% -
HSV(B) 21.18º 0.75% 0.44% -
XYZ 8.53 6.62 1.93 -
YUV 71.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 113 58 28 0 0.49 0.75 0.56 21.18 0.6 0.28
Hex 71 3A 1C 0 31 4B 38 15 3C 1C
Octal 161 72 34 0 61 113 70 25 74 34
Binary 1110001 111010 11100 0 110001 1001011 111000 10101 111100 11100

Color Harmonies of #713A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713A1C

Black with #713A1C

Text Example


Text Example

White with #713A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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