#734222

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

Shades of Peru Tan #734222

Tints of Peru Tan #734222

Color information

#734222 (or 0x734222) is unknown color: approx Peru Tan. HEX triplet: 73, 42 and 22. RGB value is (115,66,34). Sum of RGB (Red+Green+Blue) = 115+66+34=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #734222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734222 is #8CBDDD. Grayscale: #4D4D4D. Windows color (decimal): -9223646 or 2245235. OLE color: 2245235.

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

Color convert

RGB1156634-
CMYK00.430.700.55
HSL23.7º54.36%29.22%-
HSV(B)23.7º70.43%45.1%-
XYZ9.317.662.5-
YUV77103.73155.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.49%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 34 (13.67% from 255) = 15.81%
R=53.49%
G=30.70%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115663400.430.700.5523.754.3629.22
Hex73422202B463718361d
Octal1631024205310667306635
Binary11100111000010100010010101110001101101111100011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734222; }

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

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

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

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

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

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

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

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