#733516

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

Shades of Peru Tan #733516

Tints of Peru Tan #733516

Color information

#733516 (or 0x733516) is unknown color: approx Peru Tan. HEX triplet: 73, 35 and 16. RGB value is (115,53,22). Sum of RGB (Red+Green+Blue) = 115+53+22=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #733516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733516 is #8CCAE9. Grayscale: #444444. Windows color (decimal): -9226986 or 1455475. OLE color: 1455475.

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

Color convert

RGB1155322-
CMYK00.540.810.55
HSL20º67.88%26.86%-
HSV(B)20º80.87%45.1%-
XYZ8.496.251.52-
YUV68102.04161.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.53%
GREEN value IS 53 (21.09% from 255) = 27.89%
BLUE value IS 22 (8.98% from 255) = 11.58%
R=60.53%
G=27.89%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115532200.540.810.552067.8826.86
Hex733516036513714441b
Octal1636526066121672410433
Binary1110011110101101100110110101000111011110100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733516; }

 p { color: rgb(115,53,22); }

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

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

 a { background-color: rgb(115,53,22); }

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

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

 span { border-color: rgb(115,53,22); }

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