#703915

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

Shades of Peru Tan #703915

Tints of Peru Tan #703915

Color information

#703915 (or 0x703915) is unknown color: approx Peru Tan. HEX triplet: 70, 39 and 15. RGB value is (112,57,21). Sum of RGB (Red+Green+Blue) = 112+57+21=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #703915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703915 is #8FC6EA. Grayscale: #454545. Windows color (decimal): -9422571 or 1390960. OLE color: 1390960.

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

Color convert

RGB1125721-
CMYK00.490.810.56
HSL23.74º68.42%26.08%-
HSV(B)23.74º81.25%43.92%-
XYZ8.286.431.51-
YUV69.34100.72158.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.95%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 21 (8.59% from 255) = 11.05%
R=58.95%
G=30%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112572100.490.810.5623.7468.4226.08
Hex703915031513818441a
Octal1607125061121703010432
Binary1110000111001101010110001101000111100011000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703915; }

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

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

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

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

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

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

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

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