#70370E

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

Shades of Peru Tan #70370E

Tints of Peru Tan #70370E

Color information

#70370E (or 0x70370E) is unknown color: approx Peru Tan. HEX triplet: 70, 37 and 0E. RGB value is (112,55,14). Sum of RGB (Red+Green+Blue) = 112+55+14=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #70370E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70370E is #8FC8F1. Grayscale: #434343. Windows color (decimal): -9423090 or 931696. OLE color: 931696.

HSL color Cylindrical-coordinate representation of color #70370E: hue angle of 25.1º degrees, saturation: 0.78, 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 #70370E is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1125514-
CMYK00.510.880.56
HSL25.1º77.78%24.71%-
HSV(B)25.1º87.5%43.92%-
XYZ8.136.211.19-
YUV67.3797.88159.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.88%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 14 (5.86% from 255) = 7.73%
R=61.88%
G=30.39%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112551400.510.880.5625.177.7824.71
Hex7037E0335838194e19
Octal1606716063130703111631
Binary111000011011111100110011101100011100011001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70370E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70370E; }

 p { color: rgb(112,55,14); }

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

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

 a { background-color: rgb(112,55,14); }

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

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

 span { border-color: rgb(112,55,14); }

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