Html Css Color HEX #713D19 Peru Tan

📋 copy color: '#713D19'

red 113 ◦ green 61 ◦ blue 25

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

Shades of Peru Tan #713D19

Tints of Peru Tan #713D19

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.65%

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

R = 56.78%
G = 30.65%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#713D19 (or 0x713D19) is known color: Peru Tan. HEX triplet: 71, 3D and 19. RGB value is (113,61,25). Sum of RGB (Red+Green+Blue) = 113+61+25=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #713D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713D19 is #8EC2E6. Grayscale: #484848. Windows color (decimal): -9356007 or 1654129. OLE color: 1654129.

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

Color convert

RGB 113 61 25 -
CMYK 0 0.46 0.78 0.56
HSL 24.55º 0.64% 0.27% -
HSV(B) 24.55º 0.78% 0.44% -
XYZ 8.65 6.92 1.8 -
YUV 72.44 101.23 156.93 -
System Red Green Blue C M Y K H S L
Decimal 113 61 25 0 0.46 0.78 0.56 24.55 0.64 0.27
Hex 71 3D 19 0 2E 4E 38 19 40 1B
Octal 161 75 31 0 56 116 70 31 100 33
Binary 1110001 111101 11001 0 101110 1001110 111000 11001 1000000 11011

Color Harmonies of #713D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D19

Black with #713D19

Text Example


Text Example

White with #713D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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