#734221

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

Shades of Peru Tan #734221

Tints of Peru Tan #734221

Color information

#734221 (or 0x734221) is unknown color: approx Peru Tan. HEX triplet: 73, 42 and 21. RGB value is (115,66,33). Sum of RGB (Red+Green+Blue) = 115+66+33=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #734221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734221 is #8CBDDE. Grayscale: #4D4D4D. Windows color (decimal): -9223647 or 2179699. OLE color: 2179699.

HSL color Cylindrical-coordinate representation of color #734221: hue angle of 24.15º 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 #734221 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB1156633-
CMYK00.430.710.55
HSL24.15º55.41%29.02%-
HSV(B)24.15º71.3%45.1%-
XYZ9.297.652.43-
YUV76.89103.23155.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.74%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 33 (13.28% from 255) = 15.42%
R=53.74%
G=30.84%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115663300.430.710.5524.1555.4129.02
Hex73422102B473718371d
Octal1631024105310767306735
Binary11100111000010100001010101110001111101111100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734221; }

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

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

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

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

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

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

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

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