#70371a

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

Shades of Peru Tan #70371A

Tints of Peru Tan #70371A

Color information

#70371A (or 0x70371A) is unknown color: approx Peru Tan. HEX triplet: 70, 37 and 1A. RGB value is (112,55,26). Sum of RGB (Red+Green+Blue) = 112+55+26=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70371A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70371A is #8FC8E5. Grayscale: #444444. Windows color (decimal): -9423078 or 1718128. OLE color: 1718128.

HSL color Cylindrical-coordinate representation of color #70371A: hue angle of 20.23º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70371A is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1125526-
CMYK00.510.770.56
HSL20.23º62.32%27.06%-
HSV(B)20.23º76.79%43.92%-
XYZ8.236.251.75-
YUV68.74103.88158.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.03%
GREEN value IS 55 (21.88% from 255) = 28.50%
BLUE value IS 26 (10.55% from 255) = 13.47%
R=58.03%
G=28.50%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112552600.510.770.5620.2362.3227.06
Hex70371A0334D38143e1b
Octal160673206311570247633
Binary111000011011111010011001110011011110001010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70371a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70371a; }

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

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

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

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

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

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

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

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