#703C12

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

Shades of Peru Tan #703C12

Tints of Peru Tan #703C12

Color information

#703C12 (or 0x703C12) is unknown color: approx Peru Tan. HEX triplet: 70, 3C and 12. RGB value is (112,60,18). Sum of RGB (Red+Green+Blue) = 112+60+18=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #703C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703C12 is #8FC3ED. Grayscale: #464646. Windows color (decimal): -9421806 or 1195120. OLE color: 1195120.

HSL color Cylindrical-coordinate representation of color #703C12: hue angle of 26.81º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #703C12 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB1126018-
CMYK00.460.840.56
HSL26.81º72.31%25.49%-
HSV(B)26.81º83.93%43.92%-
XYZ8.416.721.43-
YUV70.7698.23157.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.95%
GREEN value IS 60 (23.83% from 255) = 31.58%
BLUE value IS 18 (7.42% from 255) = 9.47%
R=58.95%
G=31.58%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112601800.460.840.5626.8172.3125.49
Hex703C1202E54381b4819
Octal1607422056124703311031
Binary1110000111100100100101110101010011100011011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703C12; }

 p { color: rgb(112,60,18); }

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

<style>
 a { background-color: #703C12; }

 a { background-color: rgb(112,60,18); }

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

<style>
 span { border-color: #703C12; }

 span { border-color: rgb(112,60,18); }

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