Html Css Color HEX #713B19 Peru Tan

📋 copy color: '#713B19'

red 113 ◦ green 59 ◦ blue 25

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

Shades of Peru Tan #713B19

Tints of Peru Tan #713B19

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.95%

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

R = 57.36%
G = 29.95%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#713B19 (or 0x713B19) is known color: Peru Tan. HEX triplet: 71, 3B and 19. RGB value is (113,59,25). Sum of RGB (Red+Green+Blue) = 113+59+25=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #713B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713B19 is #8EC4E6. Grayscale: #474747. Windows color (decimal): -9356519 or 1653617. OLE color: 1653617.

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

Color convert

RGB 113 59 25 -
CMYK 0 0.48 0.78 0.56
HSL 23.18º 0.64% 0.27% -
HSV(B) 23.18º 0.78% 0.44% -
XYZ 8.55 6.71 1.76 -
YUV 71.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 113 59 25 0 0.48 0.78 0.56 23.18 0.64 0.27
Hex 71 3B 19 0 30 4E 38 17 40 1B
Octal 161 73 31 0 60 116 70 27 100 33
Binary 1110001 111011 11001 0 110000 1001110 111000 10111 1000000 11011

Color Harmonies of #713B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B19

Black with #713B19

Text Example


Text Example

White with #713B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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