Html Css Color HEX #713117 Peru Tan

📋 copy color: '#713117'

red 113 ◦ green 49 ◦ blue 23

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

Shades of Peru Tan #713117

Tints of Peru Tan #713117

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.49%

 BLUE value IS 23 (9.38% from 255) = 12.43%

R = 61.08%
G = 26.49%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#713117 (or 0x713117) is known color: Peru Tan. HEX triplet: 71, 31 and 17. RGB value is (113,49,23). Sum of RGB (Red+Green+Blue) = 113+49+23=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #713117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713117 is #8ECEE8. Grayscale: #414141. Windows color (decimal): -9359081 or 1519985. OLE color: 1519985.

HSL color Cylindrical-coordinate representation of color #713117: hue angle of 17.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #713117 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 23 -
CMYK 0 0.57 0.80 0.56
HSL 17.33º 0.66% 0.27% -
HSV(B) 17.33º 0.8% 0.44% -
XYZ 8.06 5.77 1.5 -
YUV 65.17 104.2 162.11 -
System Red Green Blue C M Y K H S L
Decimal 113 49 23 0 0.57 0.80 0.56 17.33 0.66 0.27
Hex 71 31 17 0 39 50 38 11 42 1B
Octal 161 61 27 0 71 120 70 21 102 33
Binary 1110001 110001 10111 0 111001 1010000 111000 10001 1000010 11011

Color Harmonies of #713117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713117

Black with #713117

Text Example


Text Example

White with #713117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713117; }

 p { color: rgb(113,49,23); }

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

background-color css

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

 a { background-color: rgb(113,49,23); }

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

border-color css

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

 span { border-color: rgb(113,49,23); }

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