#733416

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

Shades of Peru Tan #733416

Tints of Peru Tan #733416

Color information

#733416 (or 0x733416) is unknown color: approx Peru Tan. HEX triplet: 73, 34 and 16. RGB value is (115,52,22). Sum of RGB (Red+Green+Blue) = 115+52+22=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #733416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733416 is #8CCBE9. Grayscale: #434343. Windows color (decimal): -9227242 or 1455219. OLE color: 1455219.

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

Color convert

RGB1155222-
CMYK00.550.810.55
HSL19.35º67.88%26.86%-
HSV(B)19.35º80.87%45.1%-
XYZ8.446.161.5-
YUV67.42102.37161.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.85%
GREEN value IS 52 (20.70% from 255) = 27.51%
BLUE value IS 22 (8.98% from 255) = 11.64%
R=60.85%
G=27.51%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115522200.550.810.5519.3567.8826.86
Hex733416037513713441b
Octal1636426067121672310433
Binary1110011110100101100110111101000111011110011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733416; }

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

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

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

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

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

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

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

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