#734016

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

Shades of Peru Tan #734016

Tints of Peru Tan #734016

Color information

#734016 (or 0x734016) is unknown color: approx Peru Tan. HEX triplet: 73, 40 and 16. RGB value is (115,64,22). Sum of RGB (Red+Green+Blue) = 115+64+22=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #734016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734016 is #8CBFE9. Grayscale: #4A4A4A. Windows color (decimal): -9224170 or 1458291. OLE color: 1458291.

HSL color Cylindrical-coordinate representation of color #734016: hue angle of 27.1º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #734016 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB1156422-
CMYK00.440.810.55
HSL27.1º67.88%26.86%-
HSV(B)27.1º80.87%45.1%-
XYZ9.057.371.7-
YUV74.4698.4156.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=57.21%
G=31.84%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115642200.440.810.5527.167.8826.86
Hex73401602C51371b441b
Octal16310026054121673310433
Binary11100111000000101100101100101000111011111011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734016; }

 p { color: rgb(115,64,22); }

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

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

 a { background-color: rgb(115,64,22); }

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

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

 span { border-color: rgb(115,64,22); }

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