#70390C

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

Shades of Peru Tan #70390C

Tints of Peru Tan #70390C

Color information

#70390C (or 0x70390C) is unknown color: approx Peru Tan. HEX triplet: 70, 39 and 0C. RGB value is (112,57,12). Sum of RGB (Red+Green+Blue) = 112+57+12=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #70390C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70390C is #8FC6F3. Grayscale: #444444. Windows color (decimal): -9422580 or 801136. OLE color: 801136.

HSL color Cylindrical-coordinate representation of color #70390C: hue angle of 27º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70390C is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1125712-
CMYK00.490.890.56
HSL27º80.65%24.31%-
HSV(B)27º89.29%43.92%-
XYZ8.216.41.15-
YUV68.3296.22159.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.88%
GREEN value IS 57 (22.66% from 255) = 31.49%
BLUE value IS 12 (5.08% from 255) = 6.63%
R=61.88%
G=31.49%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112571200.490.890.562780.6524.31
Hex7039C03159381b5118
Octal1607114061131703312130
Binary111000011100111000110001101100111100011011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70390C; }

 p { color: rgb(112,57,12); }

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

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

 a { background-color: rgb(112,57,12); }

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

<style>
 span { border-color: #70390C; }

 span { border-color: rgb(112,57,12); }

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