#70351B

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

Shades of Peru Tan #70351B

Tints of Peru Tan #70351B

Color information

#70351B (or 0x70351B) is unknown color: approx Peru Tan. HEX triplet: 70, 35 and 1B. RGB value is (112,53,27). Sum of RGB (Red+Green+Blue) = 112+53+27=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #70351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70351B is #8FCAE4. Grayscale: #434343. Windows color (decimal): -9423589 or 1783152. OLE color: 1783152.

HSL color Cylindrical-coordinate representation of color #70351B: hue angle of 18.35º 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 #70351B is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB1125327-
CMYK00.530.760.56
HSL18.35º61.15%27.25%-
HSV(B)18.35º75.89%43.92%-
XYZ8.156.071.78-
YUV67.68105.05159.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.33%
GREEN value IS 53 (21.09% from 255) = 27.60%
BLUE value IS 27 (10.94% from 255) = 14.06%
R=58.33%
G=27.60%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112532700.530.760.5618.3561.1527.25
Hex70351B0354C38123d1b
Octal160653306511470227533
Binary111000011010111011011010110011001110001001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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