#702D0E

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

Shades of Peru Tan #702D0E

Tints of Peru Tan #702D0E

Color information

#702D0E (or 0x702D0E) is unknown color: approx Peru Tan. HEX triplet: 70, 2D and 0E. RGB value is (112,45,14). Sum of RGB (Red+Green+Blue) = 112+45+14=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #702D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702D0E is #8FD2F1. Grayscale: #3D3D3D. Windows color (decimal): -9425650 or 929136. OLE color: 929136.

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

Color convert

RGB1124514-
CMYK00.600.880.56
HSL18.98º77.78%24.71%-
HSV(B)18.98º87.5%43.92%-
XYZ7.75.351.04-
YUV61.5101.2164.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.50%
GREEN value IS 45 (17.97% from 255) = 26.32%
BLUE value IS 14 (5.86% from 255) = 8.19%
R=65.50%
G=26.32%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112451400.600.880.5618.9877.7824.71
Hex702DE03C5838134e19
Octal1605516074130702311631
Binary111000010110111100111100101100011100010011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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