#733A11

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

Shades of Peru Tan #733A11

Tints of Peru Tan #733A11

Color information

#733A11 (or 0x733A11) is unknown color: approx Peru Tan. HEX triplet: 73, 3A and 11. RGB value is (115,58,17). Sum of RGB (Red+Green+Blue) = 115+58+17=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #733A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733A11 is #8CC5EE. Grayscale: #464646. Windows color (decimal): -9225711 or 1129075. OLE color: 1129075.

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

Color convert

RGB1155817-
CMYK00.500.850.55
HSL25.1º74.24%25.88%-
HSV(B)25.1º85.22%45.1%-
XYZ8.686.711.37-
YUV70.3797.88159.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.53%
GREEN value IS 58 (23.05% from 255) = 30.53%
BLUE value IS 17 (7.03% from 255) = 8.95%
R=60.53%
G=30.53%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115581700.500.850.5525.174.2425.88
Hex733A110325537194a1a
Octal1637221062125673111232
Binary1110011111010100010110010101010111011111001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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