Html Css Color HEX #713A11 Peru Tan

📋 copy color: '#713A11'

red 113 ◦ green 58 ◦ blue 17

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

Shades of Peru Tan #713A11

Tints of Peru Tan #713A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.04%

R = 60.11%
G = 30.85%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#713A11 (or 0x713A11) is known color: Peru Tan. HEX triplet: 71, 3A and 11. RGB value is (113,58,17). Sum of RGB (Red+Green+Blue) = 113+58+17=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #713A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713A11 is #8EC5EE. Grayscale: #454545. Windows color (decimal): -9356783 or 1129073. OLE color: 1129073.

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

Color convert

RGB 113 58 17 -
CMYK 0 0.49 0.85 0.56
HSL 25.63º 0.74% 0.25% -
HSV(B) 25.63º 0.85% 0.44% -
XYZ 8.42 6.58 1.36 -
YUV 69.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 113 58 17 0 0.49 0.85 0.56 25.63 0.74 0.25
Hex 71 3A 11 0 31 55 38 1A 4A 19
Octal 161 72 21 0 61 125 70 32 112 31
Binary 1110001 111010 10001 0 110001 1010101 111000 11010 1001010 11001

Color Harmonies of #713A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713A11

Black with #713A11

Text Example


Text Example

White with #713A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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