#733215

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

Shades of Peru Tan #733215

Tints of Peru Tan #733215

Color information

#733215 (or 0x733215) is unknown color: approx Peru Tan. HEX triplet: 73, 32 and 15. RGB value is (115,50,21). Sum of RGB (Red+Green+Blue) = 115+50+21=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #733215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733215 is #8CCDEA. Grayscale: #424242. Windows color (decimal): -9227755 or 1389171. OLE color: 1389171.

HSL color Cylindrical-coordinate representation of color #733215: hue angle of 18.51º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #733215 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1155021-
CMYK00.570.820.55
HSL18.51º69.12%26.67%-
HSV(B)18.51º81.74%45.1%-
XYZ8.355.981.42-
YUV66.13102.53162.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.83%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 21 (8.59% from 255) = 11.29%
R=61.83%
G=26.88%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115502100.570.820.5518.5169.1226.67
Hex733215039523713451b
Octal1636225071122672310533
Binary1110011110010101010111001101001011011110011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733215; }

 p { color: rgb(115,50,21); }

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

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

 a { background-color: rgb(115,50,21); }

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

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

 span { border-color: rgb(115,50,21); }

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