#703311

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

Shades of Peru Tan #703311

Tints of Peru Tan #703311

Color information

#703311 (or 0x703311) is unknown color: approx Peru Tan. HEX triplet: 70, 33 and 11. RGB value is (112,51,17). Sum of RGB (Red+Green+Blue) = 112+51+17=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #703311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703311 is #8FCCEE. Grayscale: #414141. Windows color (decimal): -9424111 or 1127280. OLE color: 1127280.

HSL color Cylindrical-coordinate representation of color #703311: hue angle of 21.47º 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 #703311 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB1125117-
CMYK00.540.850.56
HSL21.47º73.64%25.29%-
HSV(B)21.47º84.82%43.92%-
XYZ7.975.851.24-
YUV65.36100.71161.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.22%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 17 (7.03% from 255) = 9.44%
R=62.22%
G=28.33%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112511700.540.850.5621.4773.6425.29
Hex7033110365538154a19
Octal1606321066125702511231
Binary1110000110011100010110110101010111100010101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703311; }

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

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

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

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

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

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

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

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