Html Css Color HEX #713716 Peru Tan

📋 copy color: '#713716'

red 113 ◦ green 55 ◦ blue 22

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

Shades of Peru Tan #713716

Tints of Peru Tan #713716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.95%

 BLUE value IS 22 (8.98% from 255) = 11.58%

R = 59.47%
G = 28.95%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#713716 (or 0x713716) is known color: Peru Tan. HEX triplet: 71, 37 and 16. RGB value is (113,55,22). Sum of RGB (Red+Green+Blue) = 113+55+22=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #713716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713716 is #8EC8E9. Grayscale: #444444. Windows color (decimal): -9357546 or 1455985. OLE color: 1455985.

HSL color Cylindrical-coordinate representation of color #713716: hue angle of 21.76º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #713716 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 55 22 -
CMYK 0 0.51 0.81 0.56
HSL 21.76º 0.67% 0.26% -
HSV(B) 21.76º 0.81% 0.44% -
XYZ 8.32 6.3 1.54 -
YUV 68.58 101.72 159.68 -
System Red Green Blue C M Y K H S L
Decimal 113 55 22 0 0.51 0.81 0.56 21.76 0.67 0.26
Hex 71 37 16 0 33 51 38 16 43 1A
Octal 161 67 26 0 63 121 70 26 103 32
Binary 1110001 110111 10110 0 110011 1010001 111000 10110 1000011 11010

Color Harmonies of #713716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713716

Black with #713716

Text Example


Text Example

White with #713716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713716; }

 p { color: rgb(113,55,22); }

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

background-color css

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

 a { background-color: rgb(113,55,22); }

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

border-color css

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

 span { border-color: rgb(113,55,22); }

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