#733C11

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

Shades of Peru Tan #733C11

Tints of Peru Tan #733C11

Color information

#733C11 (or 0x733C11) is unknown color: approx Peru Tan. HEX triplet: 73, 3C and 11. RGB value is (115,60,17). Sum of RGB (Red+Green+Blue) = 115+60+17=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #733C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733C11 is #8CC3EE. Grayscale: #474747. Windows color (decimal): -9225199 or 1129587. OLE color: 1129587.

HSL color Cylindrical-coordinate representation of color #733C11: hue angle of 26.33º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #733C11 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB1156017-
CMYK00.480.850.55
HSL26.33º74.24%25.88%-
HSV(B)26.33º85.22%45.1%-
XYZ8.796.921.4-
YUV71.5497.22159-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.90%
GREEN value IS 60 (23.83% from 255) = 31.25%
BLUE value IS 17 (7.03% from 255) = 8.85%
R=59.90%
G=31.25%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115601700.480.850.5526.3374.2425.88
Hex733C1103055371a4a1a
Octal1637421060125673211232
Binary1110011111100100010110000101010111011111010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733C11; }

 p { color: rgb(115,60,17); }

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

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

 a { background-color: rgb(115,60,17); }

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

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

 span { border-color: rgb(115,60,17); }

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