#703E23

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

Shades of Peru Tan #703E23

Tints of Peru Tan #703E23

Color information

#703E23 (or 0x703E23) is unknown color: approx Peru Tan. HEX triplet: 70, 3E and 23. RGB value is (112,62,35). Sum of RGB (Red+Green+Blue) = 112+62+35=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #703E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E23 is #8FC1DC. Grayscale: #4A4A4A. Windows color (decimal): -9421277 or 2309744. OLE color: 2309744.

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

Color convert

RGB1126235-
CMYK00.450.690.56
HSL21.04º52.38%28.82%-
HSV(B)21.04º68.75%43.92%-
XYZ8.717.012.48-
YUV73.87106.06155.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.59%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 35 (14.06% from 255) = 16.75%
R=53.59%
G=29.67%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112623500.450.690.5621.0452.3828.82
Hex703E2302D453815341d
Octal160764305510570256435
Binary1110000111110100011010110110001011110001010111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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