#703B20

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

Shades of Peru Tan #703B20

Tints of Peru Tan #703B20

Color information

#703B20 (or 0x703B20) is unknown color: approx Peru Tan. HEX triplet: 70, 3B and 20. RGB value is (112,59,32). Sum of RGB (Red+Green+Blue) = 112+59+32=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #703B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B20 is #8FC4DF. Grayscale: #474747. Windows color (decimal): -9422048 or 2112368. OLE color: 2112368.

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

Color convert

RGB1125932-
CMYK00.470.710.56
HSL20.25º55.56%28.24%-
HSV(B)20.25º71.43%43.92%-
XYZ8.516.682.21-
YUV71.77105.56156.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 59 (23.44% from 255) = 29.06%
BLUE value IS 32 (12.89% from 255) = 15.76%
R=55.17%
G=29.06%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112593200.470.710.5620.2555.5628.24
Hex703B2002F473814381c
Octal160734005710770247034
Binary1110000111011100000010111110001111110001010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,59,32); }

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

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

 a { background-color: rgb(112,59,32); }

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

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

 span { border-color: rgb(112,59,32); }

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