#733e20

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

Shades of Peru Tan #733E20

Tints of Peru Tan #733E20

Color information

#733E20 (or 0x733E20) is unknown color: approx Peru Tan. HEX triplet: 73, 3E and 20. RGB value is (115,62,32). Sum of RGB (Red+Green+Blue) = 115+62+32=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #733E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733E20 is #8CC1DF. Grayscale: #4A4A4A. Windows color (decimal): -9224672 or 2113139. OLE color: 2113139.

HSL color Cylindrical-coordinate representation of color #733E20: hue angle of 21.69º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #733E20 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1156232-
CMYK00.460.720.55
HSL21.69º56.46%28.82%-
HSV(B)21.69º72.17%45.1%-
XYZ9.057.192.28-
YUV74.43104.06156.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.02%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 32 (12.89% from 255) = 15.31%
R=55.02%
G=29.67%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115623200.460.720.5521.6956.4628.82
Hex733E2002E483716381d
Octal163764005611067267035
Binary1110011111110100000010111010010001101111011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733e20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,62,32); }

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

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

 a { background-color: rgb(115,62,32); }

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

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

 span { border-color: rgb(115,62,32); }

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