Html Css Color HEX #713119 Peru Tan

📋 copy color: '#713119'

red 113 ◦ green 49 ◦ blue 25

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

Shades of Peru Tan #713119

Tints of Peru Tan #713119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.37%

R = 60.43%
G = 26.2%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#713119 (or 0x713119) is known color: Peru Tan. HEX triplet: 71, 31 and 19. RGB value is (113,49,25). Sum of RGB (Red+Green+Blue) = 113+49+25=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #713119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713119 is #8ECEE6. Grayscale: #414141. Windows color (decimal): -9359079 or 1651057. OLE color: 1651057.

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

Color convert

RGB 113 49 25 -
CMYK 0 0.57 0.78 0.56
HSL 16.36º 0.64% 0.27% -
HSV(B) 16.36º 0.78% 0.44% -
XYZ 8.08 5.78 1.61 -
YUV 65.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 113 49 25 0 0.57 0.78 0.56 16.36 0.64 0.27
Hex 71 31 19 0 39 4E 38 10 40 1B
Octal 161 61 31 0 71 116 70 20 100 33
Binary 1110001 110001 11001 0 111001 1001110 111000 10000 1000000 11011

Color Harmonies of #713119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713119

Black with #713119

Text Example


Text Example

White with #713119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713119; }

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

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

background-color css

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

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

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

border-color css

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

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

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