#734015

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

Shades of Peru Tan #734015

Tints of Peru Tan #734015

Color information

#734015 (or 0x734015) is unknown color: approx Peru Tan. HEX triplet: 73, 40 and 15. RGB value is (115,64,21). Sum of RGB (Red+Green+Blue) = 115+64+21=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #734015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734015 is #8CBFEA. Grayscale: #4A4A4A. Windows color (decimal): -9224171 or 1392755. OLE color: 1392755.

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

Color convert

RGB1156421-
CMYK00.440.820.55
HSL27.45º69.12%26.67%-
HSV(B)27.45º81.74%45.1%-
XYZ9.047.371.65-
YUV74.3597.9157-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.5%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 21 (8.59% from 255) = 10.5%
R=57.5%
G=32%
B=10.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115642100.440.820.5527.4569.1226.67
Hex73401502C52371b451b
Octal16310025054122673310533
Binary11100111000000101010101100101001011011111011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734015; }

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

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

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

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

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

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

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

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