#713818

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

Shades of Peru Tan #713818

Tints of Peru Tan #713818

Color information

#713818 (or 0x713818) is unknown color: approx Peru Tan. HEX triplet: 71, 38 and 18. RGB value is (113,56,24). Sum of RGB (Red+Green+Blue) = 113+56+24=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #713818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713818 is #8EC7E7. Grayscale: #454545. Windows color (decimal): -9357288 or 1587313. OLE color: 1587313.

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

Color convert

RGB1135624-
CMYK00.500.790.56
HSL21.57º64.96%26.86%-
HSV(B)21.57º78.76%44.31%-
XYZ8.396.411.66-
YUV69.4102.38159.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.55%
GREEN value IS 56 (22.27% from 255) = 29.02%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=58.55%
G=29.02%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113562400.500.790.5621.5764.9626.86
Hex7138180324F3816411b
Octal1617030062117702610133
Binary1110001111000110000110010100111111100010110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713818; }

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

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

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

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

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

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

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

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