#703812

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

Shades of Peru Tan #703812

Tints of Peru Tan #703812

Color information

#703812 (or 0x703812) is unknown color: approx Peru Tan. HEX triplet: 70, 38 and 12. RGB value is (112,56,18). Sum of RGB (Red+Green+Blue) = 112+56+18=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #703812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703812 is #8FC7ED. Grayscale: #444444. Windows color (decimal): -9422830 or 1194096. OLE color: 1194096.

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

Color convert

RGB1125618-
CMYK00.500.840.56
HSL24.26º72.31%25.49%-
HSV(B)24.26º83.93%43.92%-
XYZ8.216.321.36-
YUV68.4199.55159.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.22%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 18 (7.42% from 255) = 9.68%
R=60.22%
G=30.11%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112561800.500.840.5624.2672.3125.49
Hex7038120325438184819
Octal1607022062124703011031
Binary1110000111000100100110010101010011100011000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703812; }

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

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

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

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

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

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

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

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