#702D10

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

Shades of Peru Tan #702D10

Tints of Peru Tan #702D10

Color information

#702D10 (or 0x702D10) is unknown color: approx Peru Tan. HEX triplet: 70, 2D and 10. RGB value is (112,45,16). Sum of RGB (Red+Green+Blue) = 112+45+16=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #702D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702D10 is #8FD2EF. Grayscale: #3D3D3D. Windows color (decimal): -9425648 or 1060208. OLE color: 1060208.

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

Color convert

RGB1124516-
CMYK00.600.860.56
HSL18.12º75%25.1%-
HSV(B)18.12º85.71%43.92%-
XYZ7.715.361.12-
YUV61.73102.2163.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64.74%
GREEN value IS 45 (17.97% from 255) = 26.01%
BLUE value IS 16 (6.64% from 255) = 9.25%
R=64.74%
G=26.01%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112451600.600.860.5618.127525.1
Hex702D1003C5638124b19
Octal1605520074126702211331
Binary1110000101101100000111100101011011100010010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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