#733D22

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

Shades of Peru Tan #733D22

Tints of Peru Tan #733D22

Color information

#733D22 (or 0x733D22) is unknown color: approx Peru Tan. HEX triplet: 73, 3D and 22. RGB value is (115,61,34). Sum of RGB (Red+Green+Blue) = 115+61+34=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #733D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733D22 is #8CC2DD. Grayscale: #4A4A4A. Windows color (decimal): -9224926 or 2243955. OLE color: 2243955.

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

Color convert

RGB1156134-
CMYK00.470.700.55
HSL20º54.36%29.22%-
HSV(B)20º70.43%45.1%-
XYZ9.037.12.41-
YUV74.07105.39157.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.76%
GREEN value IS 61 (24.22% from 255) = 29.05%
BLUE value IS 34 (13.67% from 255) = 16.19%
R=54.76%
G=29.05%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115613400.470.700.552054.3629.22
Hex733D2202F463714361d
Octal163754205710667246635
Binary1110011111101100010010111110001101101111010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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