#70390D

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

Shades of Peru Tan #70390D

Tints of Peru Tan #70390D

Color information

#70390D (or 0x70390D) is unknown color: approx Peru Tan. HEX triplet: 70, 39 and 0D. RGB value is (112,57,13). Sum of RGB (Red+Green+Blue) = 112+57+13=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #70390D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70390D is #8FC6F2. Grayscale: #444444. Windows color (decimal): -9422579 or 866672. OLE color: 866672.

HSL color Cylindrical-coordinate representation of color #70390D: hue angle of 26.67º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70390D is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1125713-
CMYK00.490.880.56
HSL26.67º79.2%24.51%-
HSV(B)26.67º88.39%43.92%-
XYZ8.226.41.18-
YUV68.4396.72159.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.54%
GREEN value IS 57 (22.66% from 255) = 31.32%
BLUE value IS 13 (5.47% from 255) = 7.14%
R=61.54%
G=31.32%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112571300.490.880.5626.6779.224.51
Hex7039D03158381b4f19
Octal1607115061130703311731
Binary111000011100111010110001101100011100011011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70390D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70390D; }

 p { color: rgb(112,57,13); }

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

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

 a { background-color: rgb(112,57,13); }

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

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

 span { border-color: rgb(112,57,13); }

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