#733915

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

Shades of Peru Tan #733915

Tints of Peru Tan #733915

Color information

#733915 (or 0x733915) is unknown color: approx Peru Tan. HEX triplet: 73, 39 and 15. RGB value is (115,57,21). Sum of RGB (Red+Green+Blue) = 115+57+21=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #733915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733915 is #8CC6EA. Grayscale: #464646. Windows color (decimal): -9225963 or 1390963. OLE color: 1390963.

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

Color convert

RGB1155721-
CMYK00.500.820.55
HSL22.98º69.12%26.67%-
HSV(B)22.98º81.74%45.1%-
XYZ8.676.631.53-
YUV70.24100.22159.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.59%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 21 (8.59% from 255) = 10.88%
R=59.59%
G=29.53%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115572100.500.820.5522.9869.1226.67
Hex733915032523717451b
Octal1637125062122672710533
Binary1110011111001101010110010101001011011110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733915; }

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

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

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

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

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

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

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

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