#734018

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

Shades of Peru Tan #734018

Tints of Peru Tan #734018

Color information

#734018 (or 0x734018) is unknown color: approx Peru Tan. HEX triplet: 73, 40 and 18. RGB value is (115,64,24). Sum of RGB (Red+Green+Blue) = 115+64+24=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #734018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734018 is #8CBFE7. Grayscale: #4A4A4A. Windows color (decimal): -9224168 or 1589363. OLE color: 1589363.

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

Color convert

RGB1156424-
CMYK00.440.790.55
HSL26.37º65.47%27.25%-
HSV(B)26.37º79.13%45.1%-
XYZ9.077.381.81-
YUV74.6999.4156.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 24 (9.77% from 255) = 11.82%
R=56.65%
G=31.53%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115642400.440.790.5526.3765.4727.25
Hex73401802C4F371a411b
Octal16310030054117673210133
Binary11100111000000110000101100100111111011111010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734018; }

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

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

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

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

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

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

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

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