#70360E

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

Shades of Peru Tan #70360E

Tints of Peru Tan #70360E

Color information

#70360E (or 0x70360E) is unknown color: approx Peru Tan. HEX triplet: 70, 36 and 0E. RGB value is (112,54,14). Sum of RGB (Red+Green+Blue) = 112+54+14=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #70360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70360E is #8FC9F1. Grayscale: #434343. Windows color (decimal): -9423346 or 931440. OLE color: 931440.

HSL color Cylindrical-coordinate representation of color #70360E: hue angle of 24.49º degrees, saturation: 0.78, 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 #70360E is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1125414-
CMYK00.520.880.56
HSL24.49º77.78%24.71%-
HSV(B)24.49º87.5%43.92%-
XYZ8.086.111.17-
YUV66.7898.22160.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.22%
GREEN value IS 54 (21.48% from 255) = 30%
BLUE value IS 14 (5.86% from 255) = 7.78%
R=62.22%
G=30%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112541400.520.880.5624.4977.7824.71
Hex7036E0345838184e19
Octal1606616064130703011631
Binary111000011011011100110100101100011100011000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70360E; }

 p { color: rgb(112,54,14); }

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

<style>
 a { background-color: #70360E; }

 a { background-color: rgb(112,54,14); }

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

<style>
 span { border-color: #70360E; }

 span { border-color: rgb(112,54,14); }

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