#702E11

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

Shades of Peru Tan #702E11

Tints of Peru Tan #702E11

Color information

#702E11 (or 0x702E11) is unknown color: approx Peru Tan. HEX triplet: 70, 2E and 11. RGB value is (112,46,17). Sum of RGB (Red+Green+Blue) = 112+46+17=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #702E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702E11 is #8FD1EE. Grayscale: #3E3E3E. Windows color (decimal): -9425391 or 1126000. OLE color: 1126000.

HSL color Cylindrical-coordinate representation of color #702E11: hue angle of 18.32º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #702E11 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB1124617-
CMYK00.590.850.56
HSL18.32º73.64%25.29%-
HSV(B)18.32º84.82%43.92%-
XYZ7.765.441.17-
YUV62.43102.37163.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64%
GREEN value IS 46 (18.36% from 255) = 26.29%
BLUE value IS 17 (7.03% from 255) = 9.71%
R=64%
G=26.29%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112461700.590.850.5618.3273.6425.29
Hex702E1103B5538124a19
Octal1605621073125702211231
Binary1110000101110100010111011101010111100010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,46,17); }

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

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

 a { background-color: rgb(112,46,17); }

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

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

 span { border-color: rgb(112,46,17); }

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