#703211

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

Shades of Peru Tan #703211

Tints of Peru Tan #703211

Color information

#703211 (or 0x703211) is unknown color: approx Peru Tan. HEX triplet: 70, 32 and 11. RGB value is (112,50,17). Sum of RGB (Red+Green+Blue) = 112+50+17=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #703211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703211 is #8FCDEE. Grayscale: #404040. Windows color (decimal): -9424367 or 1127024. OLE color: 1127024.

HSL color Cylindrical-coordinate representation of color #703211: hue angle of 20.84º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #703211 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB1125017-
CMYK00.550.850.56
HSL20.84º73.64%25.29%-
HSV(B)20.84º84.82%43.92%-
XYZ7.925.771.23-
YUV64.78101.04161.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.57%
GREEN value IS 50 (19.92% from 255) = 27.93%
BLUE value IS 17 (7.03% from 255) = 9.50%
R=62.57%
G=27.93%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112501700.550.850.5620.8473.6425.29
Hex7032110375538154a19
Octal1606221067125702511231
Binary1110000110010100010110111101010111100010101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703211; }

 p { color: rgb(112,50,17); }

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

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

 a { background-color: rgb(112,50,17); }

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

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

 span { border-color: rgb(112,50,17); }

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