#733820

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

Shades of Peru Tan #733820

Tints of Peru Tan #733820

Color information

#733820 (or 0x733820) is unknown color: approx Peru Tan. HEX triplet: 73, 38 and 20. RGB value is (115,56,32). Sum of RGB (Red+Green+Blue) = 115+56+32=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #733820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733820 is #8CC7DF. Grayscale: #474747. Windows color (decimal): -9226208 or 2111603. OLE color: 2111603.

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

Color convert

RGB1155632-
CMYK00.510.720.55
HSL17.35º56.46%28.82%-
HSV(B)17.35º72.17%45.1%-
XYZ8.756.582.18-
YUV70.9106.05159.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 32 (12.89% from 255) = 15.76%
R=56.65%
G=27.59%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115563200.510.720.5517.3556.4628.82
Hex733820033483711381d
Octal163704006311067217035
Binary1110011111000100000011001110010001101111000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733820; }

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

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

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

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

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

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

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

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