#703E1D

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

Shades of Peru Tan #703E1D

Tints of Peru Tan #703E1D

Color information

#703E1D (or 0x703E1D) is unknown color: approx Peru Tan. HEX triplet: 70, 3E and 1D. RGB value is (112,62,29). Sum of RGB (Red+Green+Blue) = 112+62+29=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #703E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E1D is #8FC1E2. Grayscale: #494949. Windows color (decimal): -9421283 or 1916528. OLE color: 1916528.

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

Color convert

RGB1126229-
CMYK00.450.740.56
HSL23.86º58.87%27.65%-
HSV(B)23.86º74.11%43.92%-
XYZ8.636.982.05-
YUV73.19103.06155.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 62 (24.61% from 255) = 30.54%
BLUE value IS 29 (11.72% from 255) = 14.29%
R=55.17%
G=30.54%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112622900.450.740.5623.8658.8727.65
Hex703E1D02D4A38183b1c
Octal160763505511270307334
Binary111000011111011101010110110010101110001100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,62,29); }

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

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

 a { background-color: rgb(112,62,29); }

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

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

 span { border-color: rgb(112,62,29); }

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