#713C19

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

Shades of Peru Tan #713C19

Tints of Peru Tan #713C19

Color information

#713C19 (or 0x713C19) is unknown color: approx Peru Tan. HEX triplet: 71, 3C and 19. RGB value is (113,60,25). Sum of RGB (Red+Green+Blue) = 113+60+25=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #713C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713C19 is #8EC3E6. Grayscale: #484848. Windows color (decimal): -9356263 or 1653873. OLE color: 1653873.

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

Color convert

RGB1136025-
CMYK00.470.780.56
HSL23.86º63.77%27.06%-
HSV(B)23.86º77.88%44.31%-
XYZ8.66.811.78-
YUV71.86101.56157.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.07%
GREEN value IS 60 (23.83% from 255) = 30.30%
BLUE value IS 25 (10.16% from 255) = 12.63%
R=57.07%
G=30.30%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113602500.470.780.5623.8663.7727.06
Hex713C1902F4E3818401b
Octal1617431057116703010033
Binary1110001111100110010101111100111011100011000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #713C19;
 }
 .AnyTagClassName
 {
   color: #713C19;
 }
</style>
background-color css

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

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

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

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

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

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