#703918

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

Shades of Peru Tan #703918

Tints of Peru Tan #703918

Color information

#703918 (or 0x703918) is unknown color: approx Peru Tan. HEX triplet: 70, 39 and 18. RGB value is (112,57,24). Sum of RGB (Red+Green+Blue) = 112+57+24=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #703918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703918 is #8FC6E7. Grayscale: #454545. Windows color (decimal): -9422568 or 1587568. OLE color: 1587568.

HSL color Cylindrical-coordinate representation of color #703918: hue angle of 22.5º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #703918 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB1125724-
CMYK00.490.790.56
HSL22.5º64.71%26.67%-
HSV(B)22.5º78.57%43.92%-
XYZ8.316.441.67-
YUV69.68102.22158.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.03%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=58.03%
G=29.53%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112572400.490.790.5622.564.7126.67
Hex7039180314F3816411b
Octal1607130061117702610133
Binary1110000111001110000110001100111111100010110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703918; }

 p { color: rgb(112,57,24); }

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

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

 a { background-color: rgb(112,57,24); }

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

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

 span { border-color: rgb(112,57,24); }

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