#70340D

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

Shades of Peru Tan #70340D

Tints of Peru Tan #70340D

Color information

#70340D (or 0x70340D) is unknown color: approx Peru Tan. HEX triplet: 70, 34 and 0D. RGB value is (112,52,13). Sum of RGB (Red+Green+Blue) = 112+52+13=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #70340D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70340D is #8FCBF2. Grayscale: #414141. Windows color (decimal): -9423859 or 865392. OLE color: 865392.

HSL color Cylindrical-coordinate representation of color #70340D: hue angle of 23.64º degrees, saturation: 0.79, 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 #70340D is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1125213-
CMYK00.540.880.56
HSL23.64º79.2%24.51%-
HSV(B)23.64º88.39%43.92%-
XYZ7.985.931.1-
YUV65.4998.38161.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 63.28%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 13 (5.47% from 255) = 7.34%
R=63.28%
G=29.38%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112521300.540.880.5623.6479.224.51
Hex7034D0365838184f19
Octal1606415066130703011731
Binary111000011010011010110110101100011100011000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70340D; }

 p { color: rgb(112,52,13); }

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

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

 a { background-color: rgb(112,52,13); }

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

<style>
 span { border-color: #70340D; }

 span { border-color: rgb(112,52,13); }

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