#70351c

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

Shades of Peru Tan #70351C

Tints of Peru Tan #70351C

Color information

#70351C (or 0x70351C) is unknown color: approx Peru Tan. HEX triplet: 70, 35 and 1C. RGB value is (112,53,28). Sum of RGB (Red+Green+Blue) = 112+53+28=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70351C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70351C is #8FCAE3. Grayscale: #434343. Windows color (decimal): -9423588 or 1848688. OLE color: 1848688.

HSL color Cylindrical-coordinate representation of color #70351C: hue angle of 17.86º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70351C is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1125328-
CMYK00.530.750.56
HSL17.86º60%27.45%-
HSV(B)17.86º75%43.92%-
XYZ8.166.071.84-
YUV67.79105.55159.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.03%
GREEN value IS 53 (21.09% from 255) = 27.46%
BLUE value IS 28 (11.33% from 255) = 14.51%
R=58.03%
G=27.46%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112532800.530.750.5617.866027.45
Hex70351C0354B38123c1b
Octal160653406511370227433
Binary111000011010111100011010110010111110001001011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70351c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70351c; }

 p { color: rgb(112,53,28); }

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

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

 a { background-color: rgb(112,53,28); }

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

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

 span { border-color: rgb(112,53,28); }

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