Html Css Color HEX #713317 Peru Tan

📋 copy color: '#713317'

red 113 ◦ green 51 ◦ blue 23

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

Shades of Peru Tan #713317

Tints of Peru Tan #713317

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.27%

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

R = 60.43%
G = 27.27%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#713317 (or 0x713317) is known color: Peru Tan. HEX triplet: 71, 33 and 17. RGB value is (113,51,23). Sum of RGB (Red+Green+Blue) = 113+51+23=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #713317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713317 is #8ECCE8. Grayscale: #424242. Windows color (decimal): -9358569 or 1520497. OLE color: 1520497.

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

Color convert

RGB 113 51 23 -
CMYK 0 0.55 0.80 0.56
HSL 18.67º 0.66% 0.27% -
HSV(B) 18.67º 0.8% 0.44% -
XYZ 8.15 5.94 1.53 -
YUV 66.35 103.54 161.28 -
System Red Green Blue C M Y K H S L
Decimal 113 51 23 0 0.55 0.80 0.56 18.67 0.66 0.27
Hex 71 33 17 0 37 50 38 13 42 1B
Octal 161 63 27 0 67 120 70 23 102 33
Binary 1110001 110011 10111 0 110111 1010000 111000 10011 1000010 11011

Color Harmonies of #713317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713317

Black with #713317

Text Example


Text Example

White with #713317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713317; }

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

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

background-color css

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

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

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

border-color css

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

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

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