Html Css Color HEX #713911 Peru Tan

📋 copy color: '#713911'

red 113 ◦ green 57 ◦ blue 17

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

Shades of Peru Tan #713911

Tints of Peru Tan #713911

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.48%

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

R = 60.43%
G = 30.48%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#713911 (or 0x713911) is known color: Peru Tan. HEX triplet: 71, 39 and 11. RGB value is (113,57,17). Sum of RGB (Red+Green+Blue) = 113+57+17=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #713911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713911 is #8EC6EE. Grayscale: #454545. Windows color (decimal): -9357039 or 1128817. OLE color: 1128817.

HSL color Cylindrical-coordinate representation of color #713911: hue angle of 25º 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 #713911 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 57 17 -
CMYK 0 0.50 0.85 0.56
HSL 25º 0.74% 0.25% -
HSV(B) 25º 0.85% 0.44% -
XYZ 8.37 6.48 1.34 -
YUV 69.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 113 57 17 0 0.50 0.85 0.56 25 0.74 0.25
Hex 71 39 11 0 32 55 38 19 4A 19
Octal 161 71 21 0 62 125 70 31 112 31
Binary 1110001 111001 10001 0 110010 1010101 111000 11001 1001010 11001

Color Harmonies of #713911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713911

Black with #713911

Text Example


Text Example

White with #713911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713911; }

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

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

background-color css

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

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

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

border-color css

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

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

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