#70360D

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

Shades of Peru Tan #70360D

Tints of Peru Tan #70360D

Color information

#70360D (or 0x70360D) is unknown color: approx Peru Tan. HEX triplet: 70, 36 and 0D. RGB value is (112,54,13). Sum of RGB (Red+Green+Blue) = 112+54+13=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #70360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70360D is #8FC9F2. Grayscale: #424242. Windows color (decimal): -9423347 or 865904. OLE color: 865904.

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

Color convert

RGB1125413-
CMYK00.520.880.56
HSL24.85º79.2%24.51%-
HSV(B)24.85º88.39%43.92%-
XYZ8.076.111.13-
YUV66.6797.72160.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.57%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 13 (5.47% from 255) = 7.26%
R=62.57%
G=30.17%
B=7.26%

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
Decimal112541300.520.880.5624.8579.224.51
Hex7036D0345838194f19
Octal1606615064130703111731
Binary111000011011011010110100101100011100011001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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