#703A1C

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

Shades of Peru Tan #703A1C

Tints of Peru Tan #703A1C

Color information

#703A1C (or 0x703A1C) is unknown color: approx Peru Tan. HEX triplet: 70, 3A and 1C. RGB value is (112,58,28). Sum of RGB (Red+Green+Blue) = 112+58+28=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #703A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A1C is #8FC5E3. Grayscale: #464646. Windows color (decimal): -9422308 or 1849968. OLE color: 1849968.

HSL color Cylindrical-coordinate representation of color #703A1C: hue angle of 21.43º 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 #703A1C is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1125828-
CMYK00.480.750.56
HSL21.43º60%27.45%-
HSV(B)21.43º75%43.92%-
XYZ8.46.551.92-
YUV70.73103.89157.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.57%
GREEN value IS 58 (23.05% from 255) = 29.29%
BLUE value IS 28 (11.33% from 255) = 14.14%
R=56.57%
G=29.29%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112582800.480.750.5621.436027.45
Hex703A1C0304B38153c1b
Octal160723406011370257433
Binary111000011101011100011000010010111110001010111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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