Html Css Color HEX #713819 Peru Tan

📋 copy color: '#713819'

red 113 ◦ green 56 ◦ blue 25

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

Shades of Peru Tan #713819

Tints of Peru Tan #713819

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.87%

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

R = 58.25%
G = 28.87%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#713819 (or 0x713819) is known color: Peru Tan. HEX triplet: 71, 38 and 19. RGB value is (113,56,25). Sum of RGB (Red+Green+Blue) = 113+56+25=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #713819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713819 is #8EC7E6. Grayscale: #454545. Windows color (decimal): -9357287 or 1652849. OLE color: 1652849.

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

Color convert

RGB 113 56 25 -
CMYK 0 0.50 0.78 0.56
HSL 21.14º 0.64% 0.27% -
HSV(B) 21.14º 0.78% 0.44% -
XYZ 8.4 6.41 1.71 -
YUV 69.51 102.88 159.02 -
System Red Green Blue C M Y K H S L
Decimal 113 56 25 0 0.50 0.78 0.56 21.14 0.64 0.27
Hex 71 38 19 0 32 4E 38 15 40 1B
Octal 161 70 31 0 62 116 70 25 100 33
Binary 1110001 111000 11001 0 110010 1001110 111000 10101 1000000 11011

Color Harmonies of #713819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713819

Black with #713819

Text Example


Text Example

White with #713819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713819; }

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

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

background-color css

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

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

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

border-color css

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

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

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