#733116

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

Shades of Peru Tan #733116

Tints of Peru Tan #733116

Color information

#733116 (or 0x733116) is unknown color: approx Peru Tan. HEX triplet: 73, 31 and 16. RGB value is (115,49,22). Sum of RGB (Red+Green+Blue) = 115+49+22=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #733116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733116 is #8CCEE9. Grayscale: #414141. Windows color (decimal): -9228010 or 1454451. OLE color: 1454451.

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

Color convert

RGB1154922-
CMYK00.570.810.55
HSL17.42º67.88%26.86%-
HSV(B)17.42º80.87%45.1%-
XYZ8.315.91.46-
YUV65.66103.37163.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.83%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 22 (8.98% from 255) = 11.83%
R=61.83%
G=26.34%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115492200.570.810.5517.4267.8826.86
Hex733116039513711441b
Octal1636126071121672110433
Binary1110011110001101100111001101000111011110001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733116; }

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

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

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

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

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

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

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

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