#703C1A

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

Shades of Peru Tan #703C1A

Tints of Peru Tan #703C1A

Color information

#703C1A (or 0x703C1A) is unknown color: approx Peru Tan. HEX triplet: 70, 3C and 1A. RGB value is (112,60,26). Sum of RGB (Red+Green+Blue) = 112+60+26=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #703C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C1A is #8FC3E5. Grayscale: #474747. Windows color (decimal): -9421798 or 1719408. OLE color: 1719408.

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

Color convert

RGB1126026-
CMYK00.460.770.56
HSL23.72º62.32%27.06%-
HSV(B)23.72º76.79%43.92%-
XYZ8.486.751.83-
YUV71.67102.23156.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.57%
GREEN value IS 60 (23.83% from 255) = 30.30%
BLUE value IS 26 (10.55% from 255) = 13.13%
R=56.57%
G=30.30%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112602600.460.770.5623.7262.3227.06
Hex703C1A02E4D38183e1b
Octal160743205611570307633
Binary111000011110011010010111010011011110001100011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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