#70371B

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

Shades of Peru Tan #70371B

Tints of Peru Tan #70371B

Color information

#70371B (or 0x70371B) is unknown color: approx Peru Tan. HEX triplet: 70, 37 and 1B. RGB value is (112,55,27). Sum of RGB (Red+Green+Blue) = 112+55+27=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #70371B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70371B is #8FC8E4. Grayscale: #454545. Windows color (decimal): -9423077 or 1783664. OLE color: 1783664.

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

Color convert

RGB1125527-
CMYK00.510.760.56
HSL19.76º61.15%27.25%-
HSV(B)19.76º75.89%43.92%-
XYZ8.256.261.81-
YUV68.85104.38158.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.73%
GREEN value IS 55 (21.88% from 255) = 28.35%
BLUE value IS 27 (10.94% from 255) = 13.92%
R=57.73%
G=28.35%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112552700.510.760.5619.7661.1527.25
Hex70371B0334C38143d1b
Octal160673306311470247533
Binary111000011011111011011001110011001110001010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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