#733415

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

Shades of Peru Tan #733415

Tints of Peru Tan #733415

Color information

#733415 (or 0x733415) is unknown color: approx Peru Tan. HEX triplet: 73, 34 and 15. RGB value is (115,52,21). Sum of RGB (Red+Green+Blue) = 115+52+21=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #733415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733415 is #8CCBEA. Grayscale: #434343. Windows color (decimal): -9227243 or 1389683. OLE color: 1389683.

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

Color convert

RGB1155221-
CMYK00.550.820.55
HSL19.79º69.12%26.67%-
HSV(B)19.79º81.74%45.1%-
XYZ8.436.151.45-
YUV67.3101.87162.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.17%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 21 (8.59% from 255) = 11.17%
R=61.17%
G=27.66%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115522100.550.820.5519.7969.1226.67
Hex733415037523714451b
Octal1636425067122672410533
Binary1110011110100101010110111101001011011110100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733415; }

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

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

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

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

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

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

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

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