#702C0F

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

Shades of Peru Tan #702C0F

Tints of Peru Tan #702C0F

Color information

#702C0F (or 0x702C0F) is unknown color: approx Peru Tan. HEX triplet: 70, 2C and 0F. RGB value is (112,44,15). Sum of RGB (Red+Green+Blue) = 112+44+15=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #702C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702C0F is #8FD3F0. Grayscale: #3D3D3D. Windows color (decimal): -9425905 or 994416. OLE color: 994416.

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

Color convert

RGB1124415-
CMYK00.610.870.56
HSL17.94º76.38%24.9%-
HSV(B)17.94º86.61%43.92%-
XYZ7.675.281.07-
YUV61.03102.03164.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.50%
GREEN value IS 44 (17.58% from 255) = 25.73%
BLUE value IS 15 (6.25% from 255) = 8.77%
R=65.50%
G=25.73%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112441500.610.870.5617.9476.3824.9
Hex702CF03D5738124c19
Octal1605417075127702211431
Binary111000010110011110111101101011111100010010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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