#713B19

Color #713B19 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #713B19

Tints of Peru Tan #713B19

Color information

#713B19 (or 0x713B19) is unknown color: approx 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

RGB1135925-
CMYK00.480.780.56
HSL23.18º63.77%27.06%-
HSV(B)23.18º77.88%44.31%-
XYZ8.556.711.76-
YUV71.27101.89157.76-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113592500.480.780.5623.1863.7727.06
Hex713B190304E3817401b
Octal1617331060116702710033
Binary1110001111011110010110000100111011100010111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>