#734323

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

Shades of Peru Tan #734323

Tints of Peru Tan #734323

Color information

#734323 (or 0x734323) is unknown color: approx Peru Tan. HEX triplet: 73, 43 and 23. RGB value is (115,67,35). Sum of RGB (Red+Green+Blue) = 115+67+35=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #734323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734323 is #8CBCDC. Grayscale: #4D4D4D. Windows color (decimal): -9223389 or 2311027. OLE color: 2311027.

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

Color convert

RGB1156735-
CMYK00.420.700.55
HSL24º53.33%29.41%-
HSV(B)24º69.57%45.1%-
XYZ9.387.782.6-
YUV77.7103.9154.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.00%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 35 (14.06% from 255) = 16.13%
R=53.00%
G=30.88%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115673500.420.700.552453.3329.41
Hex73432302A463718351d
Octal1631034305210667306535
Binary11100111000011100011010101010001101101111100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734323; }

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

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

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

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

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

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

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

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