Html Css Color HEX #713715 Peru Tan

📋 copy color: '#713715'

red 113 ◦ green 55 ◦ blue 21

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

Shades of Peru Tan #713715

Tints of Peru Tan #713715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.11%

R = 59.79%
G = 29.1%
B = 11.11%

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

#713715 (or 0x713715) is known color: Peru Tan. HEX triplet: 71, 37 and 15. RGB value is (113,55,21). Sum of RGB (Red+Green+Blue) = 113+55+21=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #713715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713715 is #8EC8EA. Grayscale: #444444. Windows color (decimal): -9357547 or 1390449. OLE color: 1390449.

HSL color Cylindrical-coordinate representation of color #713715: hue angle of 22.17º degrees, saturation: 0.69, 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 #713715 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 55 21 -
CMYK 0 0.51 0.81 0.56
HSL 22.17º 0.69% 0.26% -
HSV(B) 22.17º 0.81% 0.44% -
XYZ 8.31 6.3 1.49 -
YUV 68.47 101.22 159.76 -
System Red Green Blue C M Y K H S L
Decimal 113 55 21 0 0.51 0.81 0.56 22.17 0.69 0.26
Hex 71 37 15 0 33 51 38 16 45 1A
Octal 161 67 25 0 63 121 70 26 105 32
Binary 1110001 110111 10101 0 110011 1010001 111000 10110 1000101 11010

Color Harmonies of #713715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713715

Black with #713715

Text Example


Text Example

White with #713715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713715; }

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

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

background-color css

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

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

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

border-color css

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

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

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