Html Css Color HEX #713011 Peru Tan

📋 copy color: '#713011'

red 113 ◦ green 48 ◦ blue 17

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

Shades of Peru Tan #713011

Tints of Peru Tan #713011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.97%

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

R = 63.48%
G = 26.97%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#713011 (or 0x713011) is known color: Peru Tan. HEX triplet: 71, 30 and 11. RGB value is (113,48,17). Sum of RGB (Red+Green+Blue) = 113+48+17=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #713011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713011 is #8ECFEE. Grayscale: #404040. Windows color (decimal): -9359343 or 1126513. OLE color: 1126513.

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

Color convert

RGB 113 48 17 -
CMYK 0 0.58 0.85 0.56
HSL 19.38º 0.74% 0.25% -
HSV(B) 19.38º 0.85% 0.44% -
XYZ 7.97 5.67 1.2 -
YUV 63.9 101.53 163.02 -
System Red Green Blue C M Y K H S L
Decimal 113 48 17 0 0.58 0.85 0.56 19.38 0.74 0.25
Hex 71 30 11 0 3A 55 38 13 4A 19
Octal 161 60 21 0 72 125 70 23 112 31
Binary 1110001 110000 10001 0 111010 1010101 111000 10011 1001010 11001

Color Harmonies of #713011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713011

Black with #713011

Text Example


Text Example

White with #713011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713011; }

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

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

background-color css

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

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

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

border-color css

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

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

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