#703A15

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

Shades of Peru Tan #703A15

Tints of Peru Tan #703A15

Color information

#703A15 (or 0x703A15) is unknown color: approx Peru Tan. HEX triplet: 70, 3A and 15. RGB value is (112,58,21). Sum of RGB (Red+Green+Blue) = 112+58+21=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #703A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703A15 is #8FC5EA. Grayscale: #464646. Windows color (decimal): -9422315 or 1391216. OLE color: 1391216.

HSL color Cylindrical-coordinate representation of color #703A15: hue angle of 24.4º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #703A15 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1125821-
CMYK00.480.810.56
HSL24.4º68.42%26.08%-
HSV(B)24.4º81.25%43.92%-
XYZ8.336.521.53-
YUV69.93100.39158.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.64%
GREEN value IS 58 (23.05% from 255) = 30.37%
BLUE value IS 21 (8.59% from 255) = 10.99%
R=58.64%
G=30.37%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112582100.480.810.5624.468.4226.08
Hex703A15030513818441a
Octal1607225060121703010432
Binary1110000111010101010110000101000111100011000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703A15; }

 p { color: rgb(112,58,21); }

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

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

 a { background-color: rgb(112,58,21); }

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

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

 span { border-color: rgb(112,58,21); }

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