#733F22

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

Shades of Peru Tan #733F22

Tints of Peru Tan #733F22

Color information

#733F22 (or 0x733F22) is unknown color: approx Peru Tan. HEX triplet: 73, 3F and 22. RGB value is (115,63,34). Sum of RGB (Red+Green+Blue) = 115+63+34=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #733F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F22 is #8CC0DD. Grayscale: #4B4B4B. Windows color (decimal): -9224414 or 2244467. OLE color: 2244467.

HSL color Cylindrical-coordinate representation of color #733F22: hue angle of 21.48º 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 #733F22 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1156334-
CMYK00.450.700.55
HSL21.48º54.36%29.22%-
HSV(B)21.48º70.43%45.1%-
XYZ9.147.322.44-
YUV75.24104.73156.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.25%
GREEN value IS 63 (25% from 255) = 29.72%
BLUE value IS 34 (13.67% from 255) = 16.04%
R=54.25%
G=29.72%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115633400.450.700.5521.4854.3629.22
Hex733F2202D463715361d
Octal163774205510667256635
Binary1110011111111100010010110110001101101111010111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733F22; }

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

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

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

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

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

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

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

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