#702C12

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

Shades of Peru Tan #702C12

Tints of Peru Tan #702C12

Color information

#702C12 (or 0x702C12) is unknown color: approx Peru Tan. HEX triplet: 70, 2C and 12. RGB value is (112,44,18). Sum of RGB (Red+Green+Blue) = 112+44+18=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #702C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702C12 is #8FD3ED. Grayscale: #3D3D3D. Windows color (decimal): -9425902 or 1191024. OLE color: 1191024.

HSL color Cylindrical-coordinate representation of color #702C12: hue angle of 16.6º 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 #702C12 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB1124418-
CMYK00.610.840.56
HSL16.6º72.31%25.49%-
HSV(B)16.6º83.93%43.92%-
XYZ7.695.291.19-
YUV61.37103.53164.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64.37%
GREEN value IS 44 (17.58% from 255) = 25.29%
BLUE value IS 18 (7.42% from 255) = 10.34%
R=64.37%
G=25.29%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112441800.610.840.5616.672.3125.49
Hex702C1203D5438114819
Octal1605422075124702111031
Binary1110000101100100100111101101010011100010001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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