#734324

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

Shades of Peru Tan #734324

Tints of Peru Tan #734324

Color information

#734324 (or 0x734324) is unknown color: approx Peru Tan. HEX triplet: 73, 43 and 24. RGB value is (115,67,36). Sum of RGB (Red+Green+Blue) = 115+67+36=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #734324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734324 is #8CBCDB. Grayscale: #4D4D4D. Windows color (decimal): -9223388 or 2376563. OLE color: 2376563.

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

Color convert

RGB1156736-
CMYK00.420.690.55
HSL23.54º52.32%29.61%-
HSV(B)23.54º68.7%45.1%-
XYZ9.47.792.68-
YUV77.82104.4154.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.75%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 36 (14.45% from 255) = 16.51%
R=52.75%
G=30.73%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115673600.420.690.5523.5452.3229.61
Hex73432402A453718341e
Octal1631034405210567306436
Binary11100111000011100100010101010001011101111100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734324; }

 p { color: rgb(115,67,36); }

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

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

 a { background-color: rgb(115,67,36); }

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

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

 span { border-color: rgb(115,67,36); }

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