#703C1F

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

Shades of Peru Tan #703C1F

Tints of Peru Tan #703C1F

Color information

#703C1F (or 0x703C1F) is unknown color: approx Peru Tan. HEX triplet: 70, 3C and 1F. RGB value is (112,60,31). Sum of RGB (Red+Green+Blue) = 112+60+31=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #703C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C1F is #8FC3E0. Grayscale: #484848. Windows color (decimal): -9421793 or 2047088. OLE color: 2047088.

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

Color convert

RGB1126031-
CMYK00.460.720.56
HSL21.48º56.64%28.04%-
HSV(B)21.48º72.32%43.92%-
XYZ8.556.782.15-
YUV72.24104.73156.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 60 (23.83% from 255) = 29.56%
BLUE value IS 31 (12.5% from 255) = 15.27%
R=55.17%
G=29.56%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112603100.460.720.5621.4856.6428.04
Hex703C1F02E483815391c
Octal160743705611070257134
Binary111000011110011111010111010010001110001010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,60,31); }

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

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

 a { background-color: rgb(112,60,31); }

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

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

 span { border-color: rgb(112,60,31); }

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