#703D1C

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

Shades of Peru Tan #703D1C

Tints of Peru Tan #703D1C

Color information

#703D1C (or 0x703D1C) is unknown color: approx Peru Tan. HEX triplet: 70, 3D and 1C. RGB value is (112,61,28). Sum of RGB (Red+Green+Blue) = 112+61+28=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #703D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D1C is #8FC2E3. Grayscale: #484848. Windows color (decimal): -9421540 or 1850736. OLE color: 1850736.

HSL color Cylindrical-coordinate representation of color #703D1C: hue angle of 23.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #703D1C is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1126128-
CMYK00.460.750.56
HSL23.57º60%27.45%-
HSV(B)23.57º75%43.92%-
XYZ8.566.871.97-
YUV72.49102.9156.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.72%
GREEN value IS 61 (24.22% from 255) = 30.35%
BLUE value IS 28 (11.33% from 255) = 13.93%
R=55.72%
G=30.35%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112612800.460.750.5623.576027.45
Hex703D1C02E4B38183c1b
Octal160753405611370307433
Binary111000011110111100010111010010111110001100011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703D1C; }

 p { color: rgb(112,61,28); }

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

<style>
 a { background-color: #703D1C; }

 a { background-color: rgb(112,61,28); }

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

<style>
 span { border-color: #703D1C; }

 span { border-color: rgb(112,61,28); }

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