#733319

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

Shades of Peru Tan #733319

Tints of Peru Tan #733319

Color information

#733319 (or 0x733319) is unknown color: approx Peru Tan. HEX triplet: 73, 33 and 19. RGB value is (115,51,25). Sum of RGB (Red+Green+Blue) = 115+51+25=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #733319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733319 is #8CCCE6. Grayscale: #434343. Windows color (decimal): -9227495 or 1651571. OLE color: 1651571.

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

Color convert

RGB1155125-
CMYK00.560.780.55
HSL17.33º64.29%27.45%-
HSV(B)17.33º78.26%45.1%-
XYZ8.436.081.65-
YUV67.17104.2162.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.21%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 25 (10.16% from 255) = 13.09%
R=60.21%
G=26.70%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115512500.560.780.5517.3364.2927.45
Hex7333190384E3711401b
Octal1636331070116672110033
Binary1110011110011110010111000100111011011110001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733319; }

 p { color: rgb(115,51,25); }

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

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

 a { background-color: rgb(115,51,25); }

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

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

 span { border-color: rgb(115,51,25); }

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