#734321

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

Shades of Peru Tan #734321

Tints of Peru Tan #734321

Color information

#734321 (or 0x734321) is unknown color: approx Peru Tan. HEX triplet: 73, 43 and 21. RGB value is (115,67,33). Sum of RGB (Red+Green+Blue) = 115+67+33=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #734321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734321 is #8CBCDE. Grayscale: #4D4D4D. Windows color (decimal): -9223391 or 2179955. OLE color: 2179955.

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

Color convert

RGB1156733-
CMYK00.420.710.55
HSL24.88º55.41%29.02%-
HSV(B)24.88º71.3%45.1%-
XYZ9.357.772.45-
YUV77.48102.9154.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.49%
GREEN value IS 67 (26.56% from 255) = 31.16%
BLUE value IS 33 (13.28% from 255) = 15.35%
R=53.49%
G=31.16%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115673300.420.710.5524.8855.4129.02
Hex73432102A473719371d
Octal1631034105210767316735
Binary11100111000011100001010101010001111101111100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734321; }

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

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

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

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

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

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

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

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