#713917

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

Shades of Peru Tan #713917

Tints of Peru Tan #713917

Color information

#713917 (or 0x713917) is unknown color: approx Peru Tan. HEX triplet: 71, 39 and 17. RGB value is (113,57,23). Sum of RGB (Red+Green+Blue) = 113+57+23=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #713917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713917 is #8EC6E8. Grayscale: #464646. Windows color (decimal): -9357033 or 1522033. OLE color: 1522033.

HSL color Cylindrical-coordinate representation of color #713917: hue angle of 22.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #713917 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB1135723-
CMYK00.500.800.56
HSL22.67º66.18%26.67%-
HSV(B)22.67º79.65%44.31%-
XYZ8.436.51.62-
YUV69.87101.55158.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.55%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 23 (9.38% from 255) = 11.92%
R=58.55%
G=29.53%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113572300.500.800.5622.6766.1826.67
Hex713917032503817421b
Octal1617127062120702710233
Binary1110001111001101110110010101000011100010111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713917; }

 p { color: rgb(113,57,23); }

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

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

 a { background-color: rgb(113,57,23); }

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

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

 span { border-color: rgb(113,57,23); }

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