#733D11

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

Shades of Peru Tan #733D11

Tints of Peru Tan #733D11

Color information

#733D11 (or 0x733D11) is unknown color: approx Peru Tan. HEX triplet: 73, 3D and 11. RGB value is (115,61,17). Sum of RGB (Red+Green+Blue) = 115+61+17=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #733D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733D11 is #8CC2EE. Grayscale: #484848. Windows color (decimal): -9224943 or 1129843. OLE color: 1129843.

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

Color convert

RGB1156117-
CMYK00.470.850.55
HSL26.94º74.24%25.88%-
HSV(B)26.94º85.22%45.1%-
XYZ8.847.021.42-
YUV72.1396.89158.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.59%
GREEN value IS 61 (24.22% from 255) = 31.61%
BLUE value IS 17 (7.03% from 255) = 8.81%
R=59.59%
G=31.61%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115611700.470.850.5526.9474.2425.88
Hex733D1102F55371b4a1a
Octal1637521057125673311232
Binary1110011111101100010101111101010111011111011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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