#703814

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

Shades of Peru Tan #703814

Tints of Peru Tan #703814

Color information

#703814 (or 0x703814) is unknown color: approx Peru Tan. HEX triplet: 70, 38 and 14. RGB value is (112,56,20). Sum of RGB (Red+Green+Blue) = 112+56+20=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #703814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703814 is #8FC7EB. Grayscale: #444444. Windows color (decimal): -9422828 or 1325168. OLE color: 1325168.

HSL color Cylindrical-coordinate representation of color #703814: hue angle of 23.48º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #703814 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1125620-
CMYK00.500.820.56
HSL23.48º69.7%25.88%-
HSV(B)23.48º82.14%43.92%-
XYZ8.226.321.45-
YUV68.64100.55158.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.57%
GREEN value IS 56 (22.27% from 255) = 29.79%
BLUE value IS 20 (8.20% from 255) = 10.64%
R=59.57%
G=29.79%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112562000.500.820.5623.4869.725.88
Hex703814032523817461a
Octal1607024062122702710632
Binary1110000111000101000110010101001011100010111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703814; }

 p { color: rgb(112,56,20); }

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

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

 a { background-color: rgb(112,56,20); }

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

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

 span { border-color: rgb(112,56,20); }

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