#733115

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

Shades of Peru Tan #733115

Tints of Peru Tan #733115

Color information

#733115 (or 0x733115) is unknown color: approx Peru Tan. HEX triplet: 73, 31 and 15. RGB value is (115,49,21). Sum of RGB (Red+Green+Blue) = 115+49+21=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #733115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733115 is #8CCEEA. Grayscale: #414141. Windows color (decimal): -9228011 or 1388915. OLE color: 1388915.

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

Color convert

RGB1154921-
CMYK00.570.820.55
HSL17.87º69.12%26.67%-
HSV(B)17.87º81.74%45.1%-
XYZ8.35.91.41-
YUV65.54102.87163.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.16%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 21 (8.59% from 255) = 11.35%
R=62.16%
G=26.49%
B=11.35%

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
Decimal115492100.570.820.5517.8769.1226.67
Hex733115039523712451b
Octal1636125071122672210533
Binary1110011110001101010111001101001011011110010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733115; }

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

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

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

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

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

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

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

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