Html Css Color HEX #713F19 Peru Tan

📋 copy color: '#713F19'

red 113 ◦ green 63 ◦ blue 25

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

Shades of Peru Tan #713F19

Tints of Peru Tan #713F19

RGB

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

 GREEN value IS 63 (25% from 255) = 31.34%

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

R = 56.22%
G = 31.34%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#713F19 (or 0x713F19) is known color: Peru Tan. HEX triplet: 71, 3F and 19. RGB value is (113,63,25). Sum of RGB (Red+Green+Blue) = 113+63+25=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #713F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713F19 is #8EC0E6. Grayscale: #494949. Windows color (decimal): -9355495 or 1654641. OLE color: 1654641.

HSL color Cylindrical-coordinate representation of color #713F19: hue angle of 25.91º 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 #713F19 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 63 25 -
CMYK 0 0.44 0.78 0.56
HSL 25.91º 0.64% 0.27% -
HSV(B) 25.91º 0.78% 0.44% -
XYZ 8.76 7.14 1.84 -
YUV 73.62 100.57 156.09 -
System Red Green Blue C M Y K H S L
Decimal 113 63 25 0 0.44 0.78 0.56 25.91 0.64 0.27
Hex 71 3F 19 0 2C 4E 38 1A 40 1B
Octal 161 77 31 0 54 116 70 32 100 33
Binary 1110001 111111 11001 0 101100 1001110 111000 11010 1000000 11011

Color Harmonies of #713F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F19

Black with #713F19

Text Example


Text Example

White with #713F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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